browserify / watchify

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

call writeFileSync where callback is ignored #342

Closed thefourtheye closed 6 years ago

thefourtheye commented 7 years ago

As https://github.com/nodejs/node/pull/12562 landed in Node.js, calling an asynchronous function without callback function will fail in Node.js version 8.

ghost commented 7 years ago

I feel like merging this would tell node core that they can get away with this kind of flagrant breakage which I am not ok with.

goto-bus-stop commented 6 years ago

https://github.com/browserify/watchify/pull/353 did this in a different way. thanks!