mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
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
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);
|
||||
|
||||
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…
Reference in a new issue