7269: Fix server path comparison r=lnicola a=lnicola



Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-01-14 13:40:06 +00:00 committed by GitHub
commit aeacaeed4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ async function bootstrapExtension(config: Config, state: PersistentState): Promi
} }
return; return;
}; };
if (serverPath(config) !== null) return; if (serverPath(config)) return;
const now = Date.now(); const now = Date.now();
if (config.package.releaseTag === NIGHTLY_TAG) { if (config.package.releaseTag === NIGHTLY_TAG) {