Skip to content

Commit 261ef1c

Browse files
committed
vscode: small post-refactor
1 parent e1a5e95 commit 261ef1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ async function bootstrapServer(config: Config, state: PersistentState): Promise<
169169
log.debug("Checked binary availability via --version", res);
170170
log.debug(res, "--version output:", res.output);
171171
if (res.status !== 0) {
172-
throw new Error(
173-
`Failed to execute ${path} --version`
174-
);
172+
throw new Error(`Failed to execute ${path} --version`);
175173
}
176174

177175
return path;

0 commit comments

Comments
 (0)