From a7c002ae634b20a2f84c90417327a88c9ac2df99 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 20 Aug 2024 15:14:37 -0400 Subject: chore: enable no-console dlint rule (#25113) --- tests/node_compat/test/fixtures/child-process-spawn-node.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/node_compat/test') 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); -- cgit v1.2.3