Skip to content

Commit ff7b6b0

Browse files
committed
Fix error message template
1 parent 023fe7b commit ff7b6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/build-static.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function writeKVStoreEntriesToFastlyToml(kvStoreName: string, kvStoreItems: KVSt
188188

189189
if (fastlyToml.indexOf(kvStoreName) !== -1) {
190190
// don't do this!
191-
console.error("improperly configured entry for '${kvStoreName}' in fastly.toml");
191+
console.error(`improperly configured entry for '${kvStoreName}' in fastly.toml`);
192192
// TODO: handle thrown exception from callers
193193
throw "No"!
194194
}

0 commit comments

Comments
 (0)