Add check that node sends object rather than primitive type

Fixes #3876
This commit is contained in:
Nick O'Leary
2022-10-04 11:49:49 +01:00
parent 93c1600980
commit a40e5dbcd4
2 changed files with 31 additions and 21 deletions

View File

@@ -134,7 +134,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__",