Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: remove unnecessary console.log from test-repl-null-thrown
  • Loading branch information
dario-piotrowicz committed May 11, 2025
commit f653cc2f6c576ee1fe5ca6db504a116b7d54c620
1 change: 0 additions & 1 deletion test/parallel/test-repl-null-thrown.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ replserver.emit('line', 'process.nextTick(() => { throw null; })');
replserver.emit('line', '.exit');

setTimeout(() => {
console.log(text);
assert(text.includes('Uncaught null'));
}, 0);