Skip to content

Commit

Permalink
remove: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno committed May 5, 2021
1 parent d4b11cb commit 02f7d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-worker-nearheaplimit-deadlock.js
Expand Up @@ -18,5 +18,7 @@ for (let i = 0; i < 15000000; ++i) {
}

worker.on('error', common.mustCall((err) => {
console.log(err);
console.trace();
assert.strictEqual(err.code, 'ERR_WORKER_OUT_OF_MEMORY');
}));

0 comments on commit 02f7d91

Please sign in to comment.