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