process exit???

stable
Marcus 2020-11-11 21:51:04 -05:00
parent 4980f42096
commit 4b6988dfa2
1 changed files with 3 additions and 1 deletions

View File

@ -24,5 +24,7 @@ title('relay');
setTimeout(() => {
log.debug('this is a test output...')
setTimeout(() => {}, 1000)
setTimeout(() => {
process.exit(0);
}, 1000)
}, 1000)