mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	| @@ -130,7 +130,7 @@ module.exports = function(RED) { | ||||
|             node.status({}); | ||||
|         }); | ||||
|  | ||||
|         runit(); | ||||
|         if (this.autorun) { runit(); } | ||||
|  | ||||
|         node.on("input", inputlistener); | ||||
|     } | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-daemon", | ||||
|     "version"       : "0.0.22", | ||||
|     "version"       : "0.0.23", | ||||
|     "description"   : "A Node-RED node that runs and monitors a long running system command.", | ||||
|     "dependencies"  : { | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user