You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Object #<Object> has no method 'forEach'
at new Logger (/Users/mark/work/cloudapi/node_modules/bunyan/lib/bunyan.js:311:21)
at Object.createServer (/Users/mark/work/cloudapi/lib/app.js:178:18)
at Object.<anonymous> (/Users/mark/work/cloudapi/main.js:90:18)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Array.0 (module.js:479:10)
at EventEmitter._tickCallback (node.js:192:40)
The text was updated successfully, but these errors were encountered:
You need an
Array.isArray
check:throws:
The text was updated successfully, but these errors were encountered: