We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f2dff commit 8ddfdf7Copy full SHA for 8ddfdf7
tools/utils/seed/template_locals.ts
@@ -28,7 +28,7 @@ export function templateLocals() {
28
const config = getConfig(configPath, configEnvName);
29
30
if (!config) {
31
- throw new Error('Invalid configuration name');
+ throw new Error(configEnvName + ' is an invalid configuration name');
32
}
33
34
return Object.assign(Config, {
0 commit comments