File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -512,10 +512,10 @@ index eab8591492..26668701f7 100644
512512 options.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);
513513diff --git a/src/vs/server/browser/client.ts b/src/vs/server/browser/client.ts
514514new file mode 100644
515- index 0000000000..96fbd4b0bb
515+ index 0000000000..a27a6f3a45
516516--- /dev/null
517517+++ b/src/vs/server/browser/client.ts
518- @@ -0,0 +1,270 @@
518+ @@ -0,0 +1,266 @@
519519+ import { Emitter } from 'vs/base/common/event';
520520+ import { URI } from 'vs/base/common/uri';
521521+ import { localize } from 'vs/nls';
@@ -696,10 +696,6 @@ index 0000000000..96fbd4b0bb
696696+ }
697697+
698698+ const json = await response.json();
699- + if (!json.isLatest) {
700- + throw new Error("Update failed");
701- + }
702- +
703699+ (services.get(INotificationService) as INotificationService).info(`Updated to ${json.version}`);
704700+ };
705701+
You can’t perform that action at this time.
0 commit comments