AlkantarClanX12

Your IP : 18.188.119.67


Current Path : /opt/alt/alt-nodejs22/root/lib/node_modules/npm/node_modules.bundled/nopt/lib/
Upload File :
Current File : //opt/alt/alt-nodejs22/root/lib/node_modules/npm/node_modules.bundled/nopt/lib/debug.js

/* istanbul ignore next */
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
  // eslint-disable-next-line no-console
  ? (...a) => console.error(...a)
  : () => {}