Log error when non-msg-object is returned from a Function

This commit is contained in:
Nick O'Leary
2017-05-15 13:54:05 +01:00
parent d4135e80a6
commit 8a7bb1be9f
3 changed files with 65 additions and 12 deletions

View File

@@ -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."
},