mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
Math
This commit is contained in:
parent
16c7bcfebb
commit
7b17f6affe
@ -879,7 +879,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