We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e585846 commit 82fe33fCopy full SHA for 82fe33f
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