Skip to content

Commit 704cd1e

Browse files
committed
deps: nopt@7.1.0
1 parent a6da22a commit 704cd1e

File tree

7 files changed

+557
-518
lines changed

7 files changed

+557
-518
lines changed

node_modules/nopt/lib/debug.js

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)