mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Math
(cherry picked from commit 7b17f6affecd6fb5e478607bf43e4cc29edf3f45)
This commit is contained in:
parent
8b3c54dbfb
commit
63aeacb83f
@ -880,7 +880,7 @@ namespace ts.server {
|
||||
}
|
||||
|
||||
this.projectToSizeMap[name] = totalNonTsFileSize;
|
||||
return totalNonTsFileSize < availableSpace;
|
||||
return totalNonTsFileSize > availableSpace;
|
||||
}
|
||||
|
||||
private createAndAddExternalProject(projectFileName: string, files: protocol.ExternalFile[], options: protocol.ExternalProjectCompilerOptions, typeAcquisition: TypeAcquisition) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user