Address PR: remove debugger statement

This commit is contained in:
Kanchalai Tanglertsampan 2016-03-29 09:27:09 -07:00
parent 99f9efb169
commit ced3033cef

View File

@ -1161,7 +1161,7 @@ namespace Harness {
totalErrorsReportedInNonLibraryFiles++;
}
}
debugger;
// Report global errors
const globalErrors = diagnostics.filter(err => !err.file);
globalErrors.forEach(outputErrorText);