We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.log
1 parent 3ed159a commit 40dc092Copy full SHA for 40dc092
test/parallel/test-repl-null-thrown.js
@@ -19,6 +19,5 @@ replserver.emit('line', 'process.nextTick(() => { throw null; })');
19
replserver.emit('line', '.exit');
20
21
setTimeout(() => {
22
- console.log(text);
23
assert(text.includes('Uncaught null'));
24
}, 0);
0 commit comments