Add specific daemons node stdin error handler

to address issue #960
This commit is contained in:
Dave Conway-Jones
2022-11-16 12:02:30 +00:00
parent c3a5716fe7
commit 074ca44b5f
3 changed files with 11 additions and 4 deletions

View File

@@ -37,7 +37,8 @@
"notrunning": "Command not running",
"notfound": "Command not found",
"notexecutable": "Command not executable",
"restarting": "Restarting"
"restarting": "Restarting",
"pipeclosed": "Process closed"
}
}
}