change filtering words (#23507)
This commit is contained in:
Родитель
223ca6b057
Коммит
0c60dc8411
|
@ -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"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче