mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Address PR: remove debugger statement
This commit is contained in:
parent
99f9efb169
commit
ced3033cef
@ -1161,7 +1161,7 @@ namespace Harness {
|
||||
totalErrorsReportedInNonLibraryFiles++;
|
||||
}
|
||||
}
|
||||
debugger;
|
||||
|
||||
// Report global errors
|
||||
const globalErrors = diagnostics.filter(err => !err.file);
|
||||
globalErrors.forEach(outputErrorText);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user