Merge #3293
3293: Cleanp r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
49b9c8a052
@ -89,8 +89,8 @@ 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}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user