browserify / watchify

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

test: add callbacks #353

Closed BridgeAR closed 6 years ago

BridgeAR commented 6 years ago

Using async fs functions without callbacks is deprecated and will throw in future versions. This adds a callback and checks that it does not error.

Refs: https://github.com/nodejs/node/pull/18668

feross commented 6 years ago

Tests pass, thanks for the PR!