Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 23, 2023
1 parent a6da22a commit 704cd1e
Show file tree
Hide file tree
Showing 7 changed files with 557 additions and 518 deletions.
6 changes: 6 additions & 0 deletions node_modules/nopt/lib/debug.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* istanbul ignore next */
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
? function () {
console.error.apply(console, arguments)
}
: function () {}
Loading

0 comments on commit 704cd1e

Please sign in to comment.