Merge pull request #3909 from node-red/warn-invalid-msg

Add check that node sends object rather than primitive type
This commit is contained in:
Nick O'Leary
2022-11-30 22:28:09 +00:00
committed by GitHub
2 changed files with 31 additions and 21 deletions

View File

@@ -135,7 +135,8 @@
"flow": {
"unknown-type": "Unknown type: __type__",
"missing-types": "missing types",
"error-loop": "Message exceeded maximum number of catches"
"error-loop": "Message exceeded maximum number of catches",
"non-message-returned": "Node tried to send a message of type __type__"
},
"index": {
"unrecognised-id": "Unrecognised id: __id__",