Skip to content

Commit 4468cfb

Browse files
committed
feat: modify console to english
1 parent a78a37f commit 4468cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/zip.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const archive = archiver('zip', {
2121

2222
output.on('close', function () {
2323
console.log(
24-
`壓縮文件的總大小: ${Math.round((archive.pointer() * 100) / 1024 / 1024) / 100} MB`,
24+
`📦 Total Size: ${Math.round((archive.pointer() * 100) / 1024 / 1024) / 100} MB`,
2525
)
2626
})
2727

0 commit comments

Comments
 (0)