We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1445a8 commit 9c65812Copy full SHA for 9c65812
ci/vscode.patch
@@ -512,7 +512,7 @@ index eab8591492..26668701f7 100644
512
options.logService.error(`${logPrefix} socketFactory.connect() failed. Error:`);
513
diff --git a/src/vs/server/browser/client.ts b/src/vs/server/browser/client.ts
514
new file mode 100644
515
-index 0000000000..a27a6f3a45
+index 0000000000..4f8543d975
516
--- /dev/null
517
+++ b/src/vs/server/browser/client.ts
518
@@ -0,0 +1,266 @@
@@ -692,7 +692,7 @@ index 0000000000..a27a6f3a45
692
+ headers: { "content-type": "application/json" },
693
+ });
694
+ if (response.status !== 200) {
695
-+ throw new Error("Unexpected response");
++ throw new Error(response.statusText);
696
+ }
697
+
698
+ const json = await response.json();
0 commit comments