test: remove unnecessary console.log
from test-repl-null-thrown
PR-URL: https://github.com/nodejs/node/pull/58281 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
ae8a6de609
commit
59a763ea77
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user