feat: update pkgs & fix lint errors

This commit is contained in:
diced
2023-11-20 20:37:52 -08:00
parent 13a19ccd2b
commit f6b995c28d
51 changed files with 1523 additions and 808 deletions

View File

@@ -12,7 +12,7 @@ async function main() {
}
const files = (await readdir(temp)).filter(
(x) => x.startsWith('zipline_partial_') || x.startsWith('zipline_thumb_')
(x) => x.startsWith('zipline_partial_') || x.startsWith('zipline_thumb_'),
);
if (files.length === 0) {
console.log('No partial files found, exiting..');