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 d459a78 commit f4ccfc9Copy full SHA for f4ccfc9
src/utils/envUtils.ts
@@ -39,7 +39,7 @@ export function parseEnvFile(envFilePath: string): { [key: string]: string } {
39
});
40
return env;
41
} catch (e) {
42
- throw new Error(`Cannot load environment variables from file ${envFilePath}`);
+ throw new Error(`Cannot load environment variables from file ${envFilePath}: ${e}`);
43
}
44
45
0 commit comments