diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 6d00fe837..80bb3f480 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -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 {