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.
ObjectWrap
1 parent 53750f5 commit fcb0a4dCopy full SHA for fcb0a4d
1 file changed
test/addons/worker-addon-exit/test.js
@@ -5,10 +5,6 @@ const { isMainThread, Worker } = require('worker_threads');
5
if (!isMainThread) {
6
const addon = require(`./build/${common.buildType}/binding`);
7
8
- // Create some garbage
9
- const arr = [];
10
- for (let i = 0; i < 1e5; i++) arr.push(`${i}`.repeat(100));
11
-
12
new addon.MyObject(10);
13
14
// Should not segfault
0 commit comments