UNPKG

forest-express

Version:

Official package for all Forest Express Lianas

9 lines (8 loc) 284 B
"use strict"; var timeoutError = function timeoutError(url, error) { if (error.timeout) { return "The request to Forest Admin server has timed out while trying to reach ".concat(url, " at ").concat(new Date().toISOString()); } return null; }; module.exports = timeoutError;