andreypopp/reactify

Avoid exiting process on error?

Closed this issue · 3 comments

I'm not too familiar with the internals here, but we use it with gulp-watch and sometimes what we save doesn't work yet, and so reactify crashes my watching gulp process and I have to restart it.

If it could just print the error, the lines that it is on, and then bail, that would be appreciated.

I'm not sure how gulp + browserify work but reactify emits error event on error and you probably want to subscribe to it and print to console... I've never experienced this behaviour while using browserify or watchify programatically or from command line.

Closing as it seems to be Gulp specific.