emit telemetry at end of main

This commit is contained in:
Tommy Byrd
2021-12-16 15:43:11 -05:00
parent 3cef362ee9
commit 1f4c55833c

View File

@@ -52,4 +52,4 @@ process.on('SIGINT', cancelHandler)
process.on('SIGTERM', cancelHandler)
// Main
main()
main().then(() => require('./pre'))