mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
PR fixups
This commit is contained in:
@@ -1109,7 +1109,7 @@ namespace ts {
|
||||
return resolvedNames;
|
||||
}
|
||||
|
||||
function buildAllProjects(): number {
|
||||
function buildAllProjects(): ExitStatus {
|
||||
const graph = getGlobalDependencyGraph();
|
||||
if (graph === undefined) return ExitStatus.DiagnosticsPresent_OutputsSkipped;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user