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 17371dd commit 97a2adbCopy full SHA for 97a2adb
packages/jsii-calc/bin/run.ts
@@ -13,7 +13,7 @@ const runCommand = async () => {
13
14
if (args.includes('delay')) {
15
for (let i = 1; i <= 5; i++) {
16
- console.log('sleeping 1s', i);
+ console.log(`sleeping 1s ${i}`);
17
// eslint-disable-next-line no-await-in-loop
18
await delay(1000);
19
}
0 commit comments