Closed NoisyFlowers closed 9 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.
This is fixed in bd533cbb7211f15ea2e27ad02f532887ba9b8275
Running on prod
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.