mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
vscode: small post-refactor
This commit is contained in:
parent
e1a5e9565b
commit
261ef1c455
1 changed files with 1 additions and 3 deletions
|
@ -169,9 +169,7 @@ async function bootstrapServer(config: Config, state: PersistentState): Promise<
|
|||
log.debug("Checked binary availability via --version", res);
|
||||
log.debug(res, "--version output:", res.output);
|
||||
if (res.status !== 0) {
|
||||
throw new Error(
|
||||
`Failed to execute ${path} --version`
|
||||
);
|
||||
throw new Error(`Failed to execute ${path} --version`);
|
||||
}
|
||||
|
||||
return path;
|
||||
|
|
Loading…
Reference in a new issue