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 bc48764 commit d17b76cCopy full SHA for d17b76c
packages/vite-plugin-tempest/src/config.ts
@@ -15,7 +15,7 @@ export async function loadTempestConfiguration(): Promise<TempestViteConfigurati
15
16
return JSON.parse(fileContent)
17
} catch (e) {
18
- console.error(`[vite-plugin-tempest] Error: Failed to read or parse the file at [${path}].`)
+ console.error(`[vite-plugin-tempest] Failed to read or parse the file at [${path}].`)
19
20
throw e
21
}
0 commit comments