This commit is contained in:
Aleksey Kladov 2020-02-24 15:41:13 +01:00
parent cba3c991c8
commit cc1469fe9e

View file

@ -90,7 +90,7 @@ async function downloadServer(source: BinarySource.GithubRelease): Promise<boole
const binaryPath = path.join(source.dir, source.file);
if (!isBinaryAvailable(binaryPath)) assert(false,
assert(isBinaryAvailable(binaryPath),
`Downloaded language server binary is not functional.` +
`Downloaded from GitHub repo ${source.repo.owner}/${source.repo.name} ` +
`to ${binaryPath}`