File Manager

Path: /opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules.bundled/nopt/lib/

Viewing File: debug.js

/* istanbul ignore next */
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
  ? function () {
    console.error.apply(console, arguments)
  }
  : function () {}