Skip to content

Commit 9a6a5a5

Browse files
committed
Try using events
1 parent 6168de6 commit 9a6a5a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bin/warn.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
1+
#!/usr/bin/env node
2+
3+
process.on('warning', () => {
4+
// Do Nothing
5+
});
26

37
require('extract-zip');
48

0 commit comments

Comments
 (0)