diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2024-11-05 02:17:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 12:17:11 -0500 |
commit | fb1d33a7111e45e9b414cfe922a5db5ee4daf3ea (patch) | |
tree | fc2c3d797fa7e4d5a56c99b94a0aa1a823fe29e0 /tests/node_compat | |
parent | d95f06f20b97839d9a2aaeb590f4ed30b6383b0f (diff) |
chore: update dlint to v0.68.0 for internal (#26711)
Diffstat (limited to 'tests/node_compat')
-rw-r--r-- | tests/node_compat/test/fixtures/child-process-spawn-node.js | 1 |
1 files changed, 1 insertions, 0 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 d403aabf9..7112567e0 100644 --- a/tests/node_compat/test/fixtures/child-process-spawn-node.js +++ b/tests/node_compat/test/fixtures/child-process-spawn-node.js @@ -1,5 +1,6 @@ const assert = require("assert"); const debug = require('util').debuglog('test'); +const process = require("process"); function onmessage(m) { debug("CHILD got message:", m); |