Skip to content

Commit e293e3d

Browse files
authored
Update loader.ts
1 parent 5b10082 commit e293e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function ensureFileSync(path: string) {
4242
try {
4343
writeFileSync(path, '', { flag: 'wx' });
4444
} catch {
45-
throw new Error(`Failed in creating ${path}`)
45+
console.log(`Failed in creating ${path}`)
4646
}
4747
}
4848

0 commit comments

Comments
 (0)