Skip to content

Commit 4eff0b1

Browse files
committed
fix: error about missing 1 closing bracket in Chalk template literal
1 parent 771bf41 commit 4eff0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async function main() {
9494
const token = process.env.WOKWI_CLI_TOKEN;
9595
if (token == null || token.length === 0) {
9696
console.error(
97-
chalkTemplate`{red Error:} Missing {yellow WOKWI_CLI_TOKEN} environment variable. Please set it to your Wokwi token.\nGet your token at {yellow https://wokwi.com/dashboard/ci.`,
97+
chalkTemplate`{red Error:} Missing {yellow WOKWI_CLI_TOKEN} environment variable. Please set it to your Wokwi token.\nGet your token at {yellow https://wokwi.com/dashboard/ci}.`,
9898
);
9999
process.exit(1);
100100
}

0 commit comments

Comments
 (0)