Skip to content

Commit

Permalink
add support for invalid patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Oct 18, 2024
1 parent c1a3c5a commit 3e91055
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class AbortedParser : BuildEventParser {
id.hasTargetCompleted() -> id.targetCompleted.label
id.hasUnconfiguredLabel() -> id.unconfiguredLabel.label
id.hasConfiguredLabel() -> id.configuredLabel.label
id.hasPattern() -> id.pattern.patternList.firstOrNull()
id.hasUnstructuredCommandLine() -> null
else -> reportMissingImplementation(id)
}
Expand Down

0 comments on commit 3e91055

Please sign in to comment.