8000
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.
1 parent d95d610 commit 3a2e67bCopy full SHA for 3a2e67b
test/async-hooks/test-statwatcher.js
@@ -11,7 +11,7 @@ const path = require('path');
11
if (!common.isMainThread)
12
common.skip('Worker bootstrapping works differently -> different async IDs');
13
14
-tmpdir.refresh();
+tmpdir.refresh({ spawn: false });
15
16
const file1 = path.join(tmpdir.path, 'file1');
17
const file2 = path.join(tmpdir.path, 'file2');
0 commit comments