Skip to content

Commit

Permalink
Try using events
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Apr 20, 2020
1 parent 6168de6 commit 9a6a5a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/warn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
#!/usr/bin/env node

process.on('warning', () => {
// Do Nothing
});

require('extract-zip');

Expand Down

0 comments on commit 9a6a5a5

Please sign in to comment.