From 1749a78adabbf9cc268651329dabd26f19c06b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 14 Jan 2021 15:38:57 +0200 Subject: Fix server path comparison --- editors/code/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/src') diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 694da9409..e598c2c84 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -167,7 +167,7 @@ async function bootstrapExtension(config: Config, state: PersistentState): Promi } return; }; - if (serverPath(config) !== null) return; + if (serverPath(config)) return; const now = Date.now(); if (config.package.releaseTag === NIGHTLY_TAG) { -- cgit v1.2.3