xref: /third_party/node/deps/npm/node_modules/nopt/lib/debug.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/nopt/lib/
11cb0ef41Sopenharmony_ci/* istanbul ignore next */
21cb0ef41Sopenharmony_cimodule.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
31cb0ef41Sopenharmony_ci  ? (...a) => console.error(...a)
41cb0ef41Sopenharmony_ci  : () => {}
5

Indexes created Thu Nov 07 10:32:03 CST 2024