mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-04-25 07:22:47 -05:00
fix: replace zip.close() with console.error(error)
This commit is contained in:
parent
1c5a291cb0
commit
1e864b7aa0
|
|
@ -38,8 +38,8 @@ async function main() {
|
|||
await pipeline(readStream, writeStream);
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
await zip.close();
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user