We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa1d01 commit 2fb2144Copy full SHA for 2fb2144
lib/debug.js
@@ -1,4 +1,5 @@
1
/* istanbul ignore next */
2
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
3
+ // eslint-disable-next-line no-console
4
? (...a) => console.error(...a)
5
: () => {}
0 commit comments