MCPcopy Index your code
hub / github.com/nodejs/node / log

Function log

test/parallel/test-snapshot-reproducible.js:11–13  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

9// When the test fails this helper can be modified to write outputs
10// differently and aid debugging.
11function log(line) {
12 console.log(line);
13}
14
15function generateSnapshot() {
16 tmpdir.refresh();

Callers 2

stderrFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected