Skip to content

Commit

Permalink
fix: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 3, 2022
1 parent 8733eea commit fe6dc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export class TestSession extends AsyncOptionalCreatable<TestSessionOptions> {
}

if (org.wait) {
baseCmd += `-w ${org.wait}`;
baseCmd += ` -w ${org.wait}`;
}

const rv = shell.exec(baseCmd, this.shelljsExecOptions) as shell.ShellString;
Expand Down

0 comments on commit fe6dc66

Please sign in to comment.