Skip to content

Commit d17b76c

Browse files
error message
1 parent bc48764 commit d17b76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-tempest/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function loadTempestConfiguration(): Promise<TempestViteConfigurati
1515

1616
return JSON.parse(fileContent)
1717
} catch (e) {
18-
console.error(`[vite-plugin-tempest] Error: Failed to read or parse the file at [${path}].`)
18+
console.error(`[vite-plugin-tempest] Failed to read or parse the file at [${path}].`)
1919

2020
throw e
2121
}

0 commit comments

Comments
 (0)