jasmine-contrib / grunt-jasmine-node

Grunt task for running jasmine-node
MIT License
67 stars 99 forks source link

Capture exceptions #21

Closed piuccio closed 6 years ago

piuccio commented 11 years ago

Hello,

is there a way to use this feature mhevery/jasmine-node#229 from grunt?

Exception while requiring modules are causing the build to return with a 0 exit code.

badsyntax commented 10 years ago

I've sent a pull request to handle uncaught exceptions: https://github.com/jasmine-contrib/grunt-jasmine-node/pull/36

I'm not hopeful it will get merged. If you want to view the stack trace for uncaught exceptions, run grunt with the --stack option.