We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac56aa5 commit a18934dCopy full SHA for a18934d
1 file changed
src/compiler/tsc.ts
@@ -411,7 +411,7 @@ module ts {
411
// The emitter emitted something, inform the caller if that happened in the presence
412
// of diagnostics or not.
413
if (diagnostics.length > 0 || emitOutput.diagnostics.length > 0) {
414
- ExitStatus.DiagnosticsPresent_OutputsGenerated;
+ return ExitStatus.DiagnosticsPresent_OutputsGenerated;
415
}
416
417
return ExitStatus.Success;
0 commit comments