File Explorer

/var/lang/lib/node_modules/npm/node_modules/nopt/lib

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
4 files
debug.js181 B · 6 lines
/* istanbul ignore next */module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG  // eslint-disable-next-line no-console  ? (...a) => console.error(...a)  : () => {}