jdonaldson / promhx

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

[NodeJS] Print Better Error #73

Closed hexonaut closed 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 changed it to print the error being thrown instead.

hexonaut commented 8 years ago

Whoah sorry I committed the wrong thing. :P

Will resubmit in a moment.

hexonaut commented 8 years ago

Bleh really should not have done that NodeJS work on my master branch lol. It's a small change so just opened an issue: https://github.com/jdonaldson/promhx/issues/74