mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Log error when non-msg-object is returned from a Function
This commit is contained in:
@@ -169,7 +169,8 @@
|
||||
"outputs": "Outputs"
|
||||
},
|
||||
"error": {
|
||||
"inputListener":"Cannot add listener to 'input' event within Function"
|
||||
"inputListener":"Cannot add listener to 'input' event within Function",
|
||||
"non-message-returned":"Function tried to send a message of type __type__"
|
||||
},
|
||||
"tip": "See the Info tab for help writing functions."
|
||||
},
|
||||
|
Reference in New Issue
Block a user