explicit exit

This commit is contained in:
Loren Norman 2025-07-29 16:32:09 -04:00
parent 296bf65816
commit 02dd9b9c1c

View file

@ -106,3 +106,6 @@ await exporter()
const elapsed = Date.now() - startTime
console.log("=======================")
console.log(`🏁 Done. Wrote ${totalBytesWritten.toFixed(3)}k in ${elapsed}ms 🏁`)
process.exit(0)