hubot-exit
v1.0.0
Published
Log exit and uncaught exception when hubot instance exits.
Downloads
10
Maintainers
Readme
Hubot Exit
hubot-exit
is a simple hubot script to log 'exit' and 'uncaughtException' event emitted by process
.
Usage
Install hubot-exit
with npm
.
npm install --save hubot-exit
Refer hubot-exit
in your external-scripts.json
as following.
[
"hubot-exit"
]