Skip to content

Commit a233ecf

Browse files
committed
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 2c9a461 commit a233ecf

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
@@ -54,7 +54,6 @@ var onSocketMsg = {
5454
for(var i = 0; i < errors.length; i++)
5555
console.error(stripAnsi(errors[i]));
5656
if(initial) return initial = false;
57-
reloadApp();
5857
}
5958
};
6059

0 commit comments

Comments
 (0)