node-ansible icon indicating copy to clipboard operation
node-ansible copied to clipboard

q promises losing unhandled exceptions

Open deployable opened this issue 9 years ago • 1 comments

I've had a number of instances where I've been losing exceptions that bluebird picks up with no changes. . Not sure if you are heavily invested in q, but I find bluebird a lot better at error handling and has a few more features. Apparently it's generally faster and consumes less memory as well.

It's a little more work to convert it into straight bluebird promise's, but not much

https://github.com/shaharke/node-ansible/pull/19

deployable avatar Oct 12 '15 11:10 deployable

~reproduced this on Mac OS X. Q doesn't return ENOENT errors.~ nvm! not relevant to this issue. :)

minademian avatar Nov 28 '18 10:11 minademian