(cherry picked from commit 7b17f6affe)
This commit is contained in:
Ryan Cavanaugh
2017-03-22 19:27:27 -07:00
committed by Bill Ticehurst
parent 8b3c54dbfb
commit 63aeacb83f
+1 -1
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) {