This commit is contained in:
Chenjie Shi 2024-09-27 10:20:10 +08:00 коммит произвёл GitHub
Родитель 223ca6b057
Коммит 0c60dc8411
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"))