update initial contents for setup & close code

This commit is contained in:
Hiroyasu Nishiyama
2020-05-11 22:55:07 +09:00
parent 5b197adf33
commit a764a4a44b
3 changed files with 4 additions and 6 deletions

View File

@@ -212,8 +212,8 @@
"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"
"initialize": "// Code added here will be run once whenever the node is deployed.\n",
"finalize": "// Code added here will be run when the node is being stopped or re-deployed.\n"
},
"error": {
"inputListener":"Cannot add listener to 'input' event within Function",