Skip to content

Commit 97a2adb

Browse files
committed
ensure no color in output
1 parent 17371dd commit 97a2adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsii-calc/bin/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const runCommand = async () => {
1313

1414
if (args.includes('delay')) {
1515
for (let i = 1; i <= 5; i++) {
16-
console.log('sleeping 1s', i);
16+
console.log(`sleeping 1s ${i}`);
1717
// eslint-disable-next-line no-await-in-loop
1818
await delay(1000);
1919
}

0 commit comments

Comments
 (0)