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 3f7c9f7 commit 3cb79bdCopy full SHA for 3cb79bd
client/index.js
@@ -69,6 +69,7 @@ var onSocketMsg = {
69
},
70
"still-ok": function() {
71
log("info", "[WDS] Nothing changed.")
72
+ if(useWarningOverlay || useErrorOverlay) overlay.clear();
73
sendMsg("StillOk");
74
75
"log-level": function(level) {
0 commit comments