mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Cleanp
This commit is contained in:
parent
cba3c991c8
commit
cc1469fe9e
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ 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…
Add table
Add a link
Reference in a new issue