We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce918b9 commit 6830137Copy full SHA for 6830137
lib/debug.js
@@ -0,0 +1,6 @@
1
+/* istanbul ignore next */
2
+module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
3
+ ? function () {
4
+ console.error.apply(console, arguments)
5
+ }
6
+ : function () {}
0 commit comments