mirror of
https://github.com/diced/zipline.git
synced 2026-01-06 09:44:46 -08:00
feat: update pkgs & fix lint errors
This commit is contained in:
@@ -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..');
|
||||
|
||||
Reference in New Issue
Block a user