diff options
Diffstat (limited to 'editors/code/src')
-rw-r--r-- | editors/code/src/main.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 4f3b89f44..efd56a84b 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts | |||
@@ -177,6 +177,8 @@ async function bootstrapServer(config: Config, state: PersistentState): Promise< | |||
177 | ); | 177 | ); |
178 | } | 178 | } |
179 | 179 | ||
180 | log.debug("Using server binary at", path); | ||
181 | |||
180 | const res = spawnSync(path, ["--version"], { encoding: 'utf8' }); | 182 | const res = spawnSync(path, ["--version"], { encoding: 'utf8' }); |
181 | log.debug("Checked binary availability via --version", res); | 183 | log.debug("Checked binary availability via --version", res); |
182 | log.debug(res, "--version output:", res.output); | 184 | log.debug(res, "--version output:", res.output); |