Skip to content

Commit 59a763e

Browse files
test: remove unnecessary console.log from test-repl-null-thrown
PR-URL: #58281 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ae8a6de commit 59a763e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-repl-null-thrown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ replserver.emit('line', 'process.nextTick(() => { throw null; })');
1919
replserver.emit('line', '.exit');
2020

2121
setTimeout(() => {
22-
console.log(text);
2322
assert(text.includes('Uncaught null'));
2423
}, 0);

0 commit comments

Comments
 (0)