emit telemetry at end of main
This commit is contained in:
@@ -52,4 +52,4 @@ process.on('SIGINT', cancelHandler)
|
||||
process.on('SIGTERM', cancelHandler)
|
||||
|
||||
// Main
|
||||
main()
|
||||
main().then(() => require('./pre'))
|
||||
|
||||
Reference in New Issue
Block a user