update according to comments

This commit is contained in:
Hiroyasu Nishiyama
2020-05-11 14:37:14 +09:00
parent c649e1b4a2
commit 5b197adf33
7 changed files with 69 additions and 29 deletions

View File

@@ -208,9 +208,13 @@
"label": {
"function": "Function",
"initialize": "Setup",
"finalize": "Cleanup",
"finalize": "Close",
"outputs": "Outputs"
},
"text": {
"initialize": "// Code added here will be run once whenever Node-RED is started\n// or a new flow configuration is deployed.\n",
"finalize": "// Code added here will be run when the node is being stopped\n// or re-deployed.\n"
},
"error": {
"inputListener":"Cannot add listener to 'input' event within Function",
"non-message-returned":"Function tried to send a message of type __type__"