From d19ea6ac14e415cf1eb9e62eddda68fea866fd12 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 6 Aug 2023 12:00:07 -0700 Subject: refactor: :loud_sound: log error on failure to start executable --- extension/src/activation/environmentSetup.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'extension/src/activation') diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index 1ca32841..3c8220c0 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -252,6 +252,7 @@ export async function startContinuePythonServer() { }); child.unref(); } catch (e: any) { + console.log("Error starting server:", e); retry(); } }; -- cgit v1.2.3-70-g09d2