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 5b10082 commit e293e3dCopy full SHA for e293e3d
src/loader.ts
@@ -42,7 +42,7 @@ function ensureFileSync(path: string) {
42
try {
43
writeFileSync(path, '', { flag: 'wx' });
44
} catch {
45
- throw new Error(`Failed in creating ${path}`)
+ console.log(`Failed in creating ${path}`)
46
}
47
48
0 commit comments