diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/installation/server.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/installation/server.ts b/editors/code/src/installation/server.ts index 6e730fbfc..63ab104a1 100644 --- a/editors/code/src/installation/server.ts +++ b/editors/code/src/installation/server.ts | |||
@@ -43,7 +43,6 @@ export async function ensureServerBinary(source: null | BinarySource): Promise<n | |||
43 | console.log("Installed version:", installedVersion, "required:", requiredVersion); | 43 | console.log("Installed version:", installedVersion, "required:", requiredVersion); |
44 | 44 | ||
45 | if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) { | 45 | if (isBinaryAvailable(prebuiltBinaryPath) && installedVersion == requiredVersion) { |
46 | // FIXME: check for new releases and notify the user to update if possible | ||
47 | return prebuiltBinaryPath; | 46 | return prebuiltBinaryPath; |
48 | } | 47 | } |
49 | 48 | ||