Skip to content

Commit d99ac1d

Browse files
committed
fix(scenario): missing closing brace in chalk template
1 parent 41b8beb commit d99ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestScenario.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class TestScenario {
8181
void client.simPause();
8282
}
8383
if (step.name) {
84-
this.log(chalkTemplate`{gray Executing step:} {yellow ${step.name}`);
84+
this.log(chalkTemplate`{gray Executing step:} {yellow ${step.name}}`);
8585
}
8686
await this.executeStep(client, step);
8787
}

0 commit comments

Comments
 (0)