browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Fix hanging on error (Issue #368) #370

Open soryy708 opened 4 years ago

soryy708 commented 4 years ago

https://github.com/browserify/watchify/issues/368

The error was swallowed, and the next pipe was never called, & the buffer was left open.

By emitting an error, the task crashes and prints the error, just like it was behaving in watchify 3.3.0 and prior.