PHP 8.2.30
Preview: inspector-log.js Size: 373 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/debug/src/inspector-log.js

module.exports = inspectorLog;

// black hole
const nullStream = new (require('stream').Writable)();
nullStream._write = () => {};

/**
 * Outputs a `console.log()` to the Node.js Inspector console *only*.
 */
function inspectorLog() {
  const stdout = console._stdout;
  console._stdout = nullStream;
  console.log.apply(console, arguments);
  console._stdout = stdout;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
4.62 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
4.29 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
263 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
373 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
5.87 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).