Maxim-Mazurok / dev-bench

Benchmark performance of PCs/Laptops/WSL/etc when working on NodeJS-based Front-End projects.
1 stars 0 forks source link

Clean-up temp folders on exit #2

Open Maxim-Mazurok opened 2 years ago

Maxim-Mazurok commented 2 years ago

When running in --run-indefinitely we're most likely going to terminate the process in the middle and not all temp folders are going to get cleaned up. So we need to catch process termination and perform cleanup.