diff --git a/dist/helpers/check-diagnostics-errors.js b/dist/helpers/check-diagnostics-errors.js index 3ff0a59509fe381189764a253e6b668241e3b921..9b1eadf36278cea8dadc6cb5cfed4c4a89e91609 100644 --- a/dist/helpers/check-diagnostics-errors.js +++ b/dist/helpers/check-diagnostics-errors.js @@ -20,6 +20,5 @@ function checkDiagnosticsErrors(diagnostics, failMessage) { return; } (0, logger_1.errorLog)(ts.formatDiagnostics(diagnostics, formatDiagnosticsHost).trim()); - throw new Error(failMessage); } exports.checkDiagnosticsErrors = checkDiagnosticsErrors;