Merge branch 'master' into LKG

This commit is contained in:
Cyrus Najmabadi
2015-03-07 14:08:04 -08:00

View File

@@ -411,7 +411,7 @@ module ts {
// The emitter emitted something, inform the caller if that happened in the presence
// of diagnostics or not.
if (diagnostics.length > 0 || emitOutput.diagnostics.length > 0) {
ExitStatus.DiagnosticsPresent_OutputsGenerated;
return ExitStatus.DiagnosticsPresent_OutputsGenerated;
}
return ExitStatus.Success;