Skip to content

Commit 94e98be

Browse files
committed
[AUTO] Update generated code
1 parent 7082bd5 commit 94e98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function* walk(dir, onlyFiles = true) {
7777
}
7878
}
7979
async function directoryExists(path) {
80-
if ((0, fs_1.existsSync)(path))
80+
if (!(0, fs_1.existsSync)(path))
8181
return false;
8282
const stat = await fs_1.promises.stat(path);
8383
return stat.isDirectory();

0 commit comments

Comments
 (0)