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 3b31510 commit b824d8cCopy full SHA for b824d8c
src/main.ts
@@ -67,7 +67,7 @@ async function main() {
67
const token = process.env.WOKWI_CLI_TOKEN;
68
if (token == null || token.length === 0) {
69
console.error(
70
- `Error: Missing WOKWI_CLI_TOKEN environment variable. Please set it to your Wokwi token. Get your token at https://wokwi.com/dashboard/ci.`
+ `Error: Missing WOKWI_CLI_TOKEN environment variable. Please set it to your Wokwi token.\nGet your token at https://wokwi.com/dashboard/ci.`
71
);
72
process.exit(1);
73
}
0 commit comments