azgs / azlibrary_database

1 stars 1 forks source link

archive.js has faulty catch logic #78

Closed NoisyFlowers closed 6 months ago

NoisyFlowers commented 6 months ago

In archive.js, the final catch tries to clean up the file system using the variable tmpDir, but tmpDir is declared in the promise and thus not accessible in the catch.

NoisyFlowers commented 6 months ago

This is fixed in bd533cbb7211f15ea2e27ad02f532887ba9b8275

Running on prod