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
Possibly unhandled Error: true
at maybeWrapAsError (/Users/sam/Desktop/repos/x/node_modules/bluebird/js/main/util.js:118:12)
at PromiseResolver$_callback (/Users/sam/Desktop/repos/x/node_modules/bluebird/js/main/promise_resolver.js:54:50)
at Object.cb [as oncomplete] (fs.js:168:19)
If a file exists we get a fun error of
Reproduce with
This is obviously due to the weird way fs.exists works.. just stinks :(
http://nodejs.org/api/fs.html#fs_fs_exists_path_callback
The text was updated successfully, but these errors were encountered: