Skip to content

Commit 86356a2

Browse files
authored
modify log
1 parent 89d1d72 commit 86356a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/envVarCheck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function validateEnv() {
1010
envKeys.forEach((key) => {
1111
console.log(process.env[key]);
1212
if (!process.env[key]) {
13-
console.warn("Environment variable ${key} is not set.");
13+
console.warn(`Environment variable ${key} is not set.`);
1414
}
1515
});
1616
}

0 commit comments

Comments
 (0)