(cherry picked from commit 7b17f6affe)
This commit is contained in:
Ryan Cavanaugh
2017-03-21 11:41:58 -07:00
committed by Bill Ticehurst
parent 8b3c54dbfb
commit 63aeacb83f

View File

@@ -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) {