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

Function debuglog

test/parallel/test-fs-open-no-close.js:11–13  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

9const fs = require('fs');
10
11const debuglog = (arg) => {
12 console.log(new Date().toLocaleString(), arg);
13};
14
15const tmpdir = require('../common/tmpdir');
16tmpdir.refresh();

Calls 1

logMethod · 0.45

Tested by

no test coverage detected