We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6168de6 commit 9a6a5a5Copy full SHA for 9a6a5a5
bin/warn.js
@@ -1,4 +1,8 @@
1
-#!/usr/bin/env NODE_OPTIONS=--no-warnings node
+#!/usr/bin/env node
2
+
3
+process.on('warning', () => {
4
+ // Do Nothing
5
+});
6
7
require('extract-zip');
8
0 commit comments