jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

[NodeJS] Print Better Error #74

Open hexonaut opened 8 years ago

hexonaut commented 8 years ago

NodeJS is printing the current stack which is pretty useless as it's more than likely the current stack trace has nothing to do with the thrown error. I would change to it to trace(e); instead in the AsyncBase handleError function.