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 92adbe4 commit cdcfeb7Copy full SHA for cdcfeb7
test/parallel/test-fs-watch-encoding.js
@@ -10,6 +10,8 @@ if (common.isFreeBSD) {
10
return;
11
}
12
13
+common.refreshTmpDir();
14
+
15
const fn = '新建文夹件.txt';
16
const a = path.join(common.tmpDir, fn);
17
0 commit comments