From 261ef1c4555839c2f054ead8dd622b20e1a39106 Mon Sep 17 00:00:00 2001 From: veetaha Date: Thu, 26 Mar 2020 23:45:01 +0200 Subject: vscode: small post-refactor --- editors/code/src/main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'editors/code/src/main.ts') diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 6cde5c366..980ed925b 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -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; -- cgit v1.2.3