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 2b8f96e commit 47cc3a9Copy full SHA for 47cc3a9
src/utils/utils.ts
@@ -68,7 +68,7 @@ async function dirEmpty(fs: FileSystem, path): Promise<boolean> {
68
return entries.length === 0;
69
} catch (e) {
70
if (e.code === 'ENOENT') {
71
- return false;
+ return true;
72
}
73
throw e;
74
0 commit comments