Skip to content

Commit

Permalink
change filtering words (#23507)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Sep 27, 2024
1 parent 223ca6b commit 0c60dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tools/generator/cmd/v2/common/cmdProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func ExecuteTspClient(path string, args ...string) error {

// filter diagnostic errors
if len(newErrMsgs) >= 1 &&
newErrMsgs[0] == "Diagnostics were reported during compilation. Use the `--debug` flag to see the diagnostic output." {
newErrMsgs[0] == "Diagnostics were reported during compilation. Use the `--debug` flag to see if there is warning diagnostic output." {
newErrMsgs = newErrMsgs[1:]

errDiags := getErrorDiagnostics(strings.Split(stdoutBuffer.String(), "\n"))
Expand Down

0 comments on commit 0c60dc8

Please sign in to comment.