We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78a37f commit 4468cfbCopy full SHA for 4468cfb
release/zip.cjs
@@ -21,7 +21,7 @@ const archive = archiver('zip', {
21
22
output.on('close', function () {
23
console.log(
24
- `壓縮文件的總大小: ${Math.round((archive.pointer() * 100) / 1024 / 1024) / 100} MB`,
+ `📦 Total Size: ${Math.round((archive.pointer() * 100) / 1024 / 1024) / 100} MB`,
25
)
26
})
27
0 commit comments