mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
a79e4d1bb3
commit
5349bf7628
@ -118,9 +118,6 @@ module.exports = function(RED) {
|
|||||||
}
|
}
|
||||||
if (isArray || (msg.format === "Object")) {
|
if (isArray || (msg.format === "Object")) {
|
||||||
msg.msg = safeJSONStringify(msg.msg, function(key, value) {
|
msg.msg = safeJSONStringify(msg.msg, function(key, value) {
|
||||||
if (key[0] === '_' && key !== "_msgid") {
|
|
||||||
return undefined;
|
|
||||||
}
|
|
||||||
if (key === '_req' || key === '_res') {
|
if (key === '_req' || key === '_res') {
|
||||||
return "[internal]"
|
return "[internal]"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user