Skip to content

Commit daa1baf

Browse files
phillipjSpaceK33z
authored andcommitted
Don't reload app upon proxy errors.
Previously the clientside application would reload whenever a proxy answered with an error reponse or in other ways behaved badly. This change removes that reloading behavior, as reload the clientside application probably won't fix any issue the proxy has anyway.
1 parent 31f6ac1 commit daa1baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ var onSocketMsg = {
5353
for(var i = 0; i < errors.length; i++)
5454
console.error(stripAnsi(errors[i]));
5555
if(initial) return initial = false;
56-
reloadApp();
5756
}
5857
};
5958

0 commit comments

Comments
 (0)