From 707dc8c65c1e417d6b283b73fdee37ccb3c9972e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 6 Jan 2017 14:43:51 +0000 Subject: [PATCH] Update debug node console logging indicator icon Closes #1094 --- nodes/core/core/58-debug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {