diff --git a/nodes/core/core/lib/debug/debug-utils.js b/nodes/core/core/lib/debug/debug-utils.js index 3141ccba2..3604a1a4b 100644 --- a/nodes/core/core/lib/debug/debug-utils.js +++ b/nodes/core/core/lib/debug/debug-utils.js @@ -351,6 +351,8 @@ RED.debug = (function() { $('{ ').appendTo(headerHead); var keysLength = Math.min(keys.length,5); for (i=0;i').text(keys[i]).appendTo(headerHead); + $(': ').appendTo(headerHead); buildMessageSummaryValue(obj[keys[i]]).appendTo(headerHead); if (i < keysLength-1) { $(', ').appendTo(headerHead);