diff options
| -rw-r--r-- | editors/code/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 694da9409d0..e598c2c8497 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) { |
