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.
1 parent cba3c99 commit cc1469fCopy full SHA for cc1469f
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