@ -46,4 +46,7 @@
const orchestrator = new Orchestrator()
orchestrator.start()
})()
})().catch(err => {
console.error(err)
process.exit(1)
})
@ -54,4 +54,7 @@
// Start the http server
httpServer.start()
@ -37,4 +37,7 @@
const tracker = new Tracker()
tracker.start()