summaryrefslogtreecommitdiff
path: root/tests/node_compat/test/fixtures/child-process-spawn-node.js
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-20 15:14:37 -0400
committerGitHub <noreply@github.com>2024-08-20 15:14:37 -0400
commita7c002ae634b20a2f84c90417327a88c9ac2df99 (patch)
treec21a179412ee70f59eb0c38acfbe5d4998870224 /tests/node_compat/test/fixtures/child-process-spawn-node.js
parent2f47b4d1fd8e37a5e45bc1b8f3623708e0f95e2e (diff)
chore: enable no-console dlint rule (#25113)
Diffstat (limited to 'tests/node_compat/test/fixtures/child-process-spawn-node.js')
-rw-r--r--tests/node_compat/test/fixtures/child-process-spawn-node.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/node_compat/test/fixtures/child-process-spawn-node.js b/tests/node_compat/test/fixtures/child-process-spawn-node.js
index da2b557c9..d403aabf9 100644
--- a/tests/node_compat/test/fixtures/child-process-spawn-node.js
+++ b/tests/node_compat/test/fixtures/child-process-spawn-node.js
@@ -1,7 +1,5 @@
const assert = require("assert");
-// TODO(kt3k): Uncomment this when util.debuglog is added
-// const debug = require('util').debuglog('test');
-const debug = console.log;
+const debug = require('util').debuglog('test');
function onmessage(m) {
debug("CHILD got message:", m);