Skip to content

Commit 873d834

Browse files
committed
Merge pull request #478 from phillipj/patch-1
Don't reload app upon proxy errors.
2 parents 4ecbae6 + a233ecf commit 873d834

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

0 commit comments

Comments
 (0)