mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +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);
|
||||
|
||||
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