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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

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 {