We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cba3c99 + cc1469f commit 49b9c8aCopy full SHA for 49b9c8a
editors/code/src/installation/server.ts
@@ -89,8 +89,8 @@ async function downloadServer(source: BinarySource.GithubRelease): Promise<boole
89
}
90
91
const binaryPath = path.join(source.dir, source.file);
92
-
93
- if (!isBinaryAvailable(binaryPath)) assert(false,
+
+ assert(isBinaryAvailable(binaryPath),
94
`Downloaded language server binary is not functional.` +
95
`Downloaded from GitHub repo ${source.repo.owner}/${source.repo.name} ` +
96
`to ${binaryPath}`
0 commit comments