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
This line, seemingly because it sits outside a function, causes Bluebird to issue the following warning:
(node:40459) Warning: a promise was created in a handler at fs.js:415:3 but was not returned from it, see http://goo.gl/rRqMUw
at new Promise (/Users/robin/dev/s4rb-ubx/node_modules/bluebird/js/release/promise.js:77:14)
I don't recall having seen this until recently, but the line was added back in May, so bit of a mystery there.
PR forthcoming...
The text was updated successfully, but these errors were encountered:
This line, seemingly because it sits outside a function, causes Bluebird to issue the following warning:
I don't recall having seen this until recently, but the line was added back in May, so bit of a mystery there.
PR forthcoming...
The text was updated successfully, but these errors were encountered: