mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Cleanp
This commit is contained in:
parent
cba3c991c8
commit
cc1469fe9e
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ async function downloadServer(source: BinarySource.GithubRelease): Promise<boole
|
||||||
|
|
||||||
const binaryPath = path.join(source.dir, source.file);
|
const binaryPath = path.join(source.dir, source.file);
|
||||||
|
|
||||||
if (!isBinaryAvailable(binaryPath)) assert(false,
|
assert(isBinaryAvailable(binaryPath),
|
||||||
`Downloaded language server binary is not functional.` +
|
`Downloaded language server binary is not functional.` +
|
||||||
`Downloaded from GitHub repo ${source.repo.owner}/${source.repo.name} ` +
|
`Downloaded from GitHub repo ${source.repo.owner}/${source.repo.name} ` +
|
||||||
`to ${binaryPath}`
|
`to ${binaryPath}`
|
||||||
|
|
Loading…
Reference in a new issue