Skip to content

Commit 5b7a099

Browse files
RyanCavanaughbillti
authored andcommitted
Math
(cherry picked from commit 7b17f6a) (cherry picked from commit 63aeacb)
1 parent d69a18d commit 5b7a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ namespace ts.server {
880880
}
881881

882882
this.projectToSizeMap[name] = totalNonTsFileSize;
883-
return totalNonTsFileSize < availableSpace;
883+
return totalNonTsFileSize > availableSpace;
884884
}
885885

886886
private createAndAddExternalProject(projectFileName: string, files: protocol.ExternalFile[], options: protocol.ExternalProjectCompilerOptions, typeAcquisition: TypeAcquisition) {

0 commit comments

Comments
 (0)