Skip to content

Commit 43f4a35

Browse files
committed
WIP
1 parent 2c85a26 commit 43f4a35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-worker-nearheaplimit-deadlock.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const { isMainThread, Worker } = require('worker_threads');
55

66
if (isMainThread) {
77
const opts = {
8-
// eval: true,
98
resourceLimits: {
109
maxYoungGenerationSizeMb: 0,
1110
maxOldGenerationSizeMb: 0
@@ -19,9 +18,6 @@ if (isMainThread) {
1918
}
2019

2120
worker.on('error', common.mustCall((err) => {
22-
console.log(err);
23-
console.log('**********************************************');
24-
console.trace();
2521
assert.strictEqual(err.code, 'ERR_WORKER_OUT_OF_MEMORY');
2622
}));
2723
} else {

0 commit comments

Comments
 (0)