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 da188a6 commit b2cf847Copy full SHA for b2cf847
client/index.js
@@ -65,6 +65,8 @@ var onSocketMsg = {
65
},
66
invalid: function() {
67
log.info("[WDS] App updated. Recompiling...");
68
+ // fixes #1042. overlay doesn't clear if errors are fixed but warnings remain.
69
+ if(useWarningOverlay || useErrorOverlay) overlay.clear();
70
sendMsg("Invalid");
71
72
hash: function(hash) {
0 commit comments