Add try/catch to daemon

This commit is contained in:
Dave Conway-Jones
2018-02-09 12:51:42 +00:00
parent 3b20b804ae
commit bb3d302bcb
2 changed files with 52 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-daemon",
"version" : "0.0.17",
"version" : "0.0.18",
"description" : "A Node-RED node that runs and monitors a long running system command.",
"dependencies" : {
},