browserify / watchify

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

Bug/bundling errors swallowed #267

Closed pmowrer closed 9 years ago

pmowrer commented 9 years ago

Reproduces #266. To fix, emit error from the watchify bundle.

zertosh commented 9 years ago

I'm not sure about this. This makes the bundle stream emit errors twice. The tests should be failing for you.

pmowrer commented 9 years ago

You're right, this is mainly confusion on my part. I never realized errors were meant to be handled in the bundle() callback. Closing.