MCPcopy Index your code
hub / github.com/debug-js/debug / log

Function log

src/node.js:193–195  ·  view source on GitHub ↗

* Invokes `util.formatWithOptions()` with the specified arguments and writes to stderr.

(...args)

Source from the content-addressed store, hash-verified

191 */
192
193function log(...args) {
194 return process.stderr.write(util.formatWithOptions(exports.inspectOpts, ...args) + '\n');
195}
196
197/**
198 * Save `namespaces`.

Callers 2

test.jsFile · 0.85
test.node.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected