We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaef81 commit ed07c65Copy full SHA for ed07c65
client/index.js
@@ -71,15 +71,11 @@ var onSocketMsg = {
71
log("info", "[WDS] Warnings while compiling.");
72
for(var i = 0; i < warnings.length; i++)
73
console.warn(stripAnsi(warnings[i]));
74
- if(initial) return initial = false;
75
- reloadApp();
76
},
77
errors: function(errors) {
78
log("info", "[WDS] Errors while compiling.");
79
for(var i = 0; i < errors.length; i++)
80
console.error(stripAnsi(errors[i]));
81
82
83
84
close: function() {
85
log("error", "[WDS] Disconnected!");
0 commit comments