From edab16a79f859301099e5327123896a9ddc9c36c Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 11 Nov 2020 21:52:29 -0500 Subject: [PATCH] uh...? --- relay/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/index.js b/relay/index.js index d0e5312..607def4 100644 --- a/relay/index.js +++ b/relay/index.js @@ -25,6 +25,6 @@ title('relay'); setTimeout(() => { log.debug('this is a test output...') setTimeout(() => { - process.exit(0); + log.debug('so we never process exit?') }, 1000) }, 1000) \ No newline at end of file