Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded Goldglas committed Feb 26, 2024
1 parent f81fa00 commit bfd2094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/completion-listener.ts
Expand Up @@ -56,7 +56,7 @@ export class CompletionListener {

const commandSyntaxMatch = this.successCondition.match(/^!?command-(.+)$/);
if (commandSyntaxMatch == null) {
// If not a `command-` syntax, then it's an 'all' condition or it's treated as such.
// If not a `command-` syntax, then it's an 'all' condition, or it's treated as such.
return events.every(({ exitCode }) => exitCode === 0);
}

Expand Down

0 comments on commit bfd2094

Please sign in to comment.