From 4b6988dfa25b3a46ddc1f016a374177fd2089fdb Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 11 Nov 2020 21:51:04 -0500 Subject: [PATCH] process exit??? --- relay/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/relay/index.js b/relay/index.js index da3b123..d0e5312 100644 --- a/relay/index.js +++ b/relay/index.js @@ -24,5 +24,7 @@ title('relay'); setTimeout(() => { log.debug('this is a test output...') - setTimeout(() => {}, 1000) + setTimeout(() => { + process.exit(0); + }, 1000) }, 1000) \ No newline at end of file