Update debug node console logging indicator icon

Closes #1094
This commit is contained in:
Nick O'Leary
2017-01-06 14:43:51 +00:00
parent 4c6157a06e
commit 707dc8c65c

View File

@@ -59,7 +59,7 @@
},
label: function() {
var suffix = "";
if (this.console === true || this.console === "true") { suffix = " "; }
if (this.console === true || this.console === "true") { suffix = " "; }
if (this.complete === true || this.complete === "true") {
return (this.name||"msg") + suffix;
} else {