mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Updates to encode/decode message when passed over debug comms link
This commit is contained in:
@@ -872,7 +872,7 @@ function encodeObject(msg,opts) {
|
||||
}
|
||||
}
|
||||
return value;
|
||||
}," ");
|
||||
});
|
||||
} else {
|
||||
try { msg.msg = msg.msg.toString(); }
|
||||
catch(e) { msg.msg = "[Type not printable]" + util.inspect(msg.msg); }
|
||||
|
Reference in New Issue
Block a user