(async () => { console.time('importing'); await ImportService.import(); console.debug('Done, it took: '); console.timeEnd('importing'); process.exit(0); })();