mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(size) rm "|| 0"
This commit is contained in:
parent
bbdf35a17f
commit
88d28816fd
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
emitter.on('file', function(file, stat) {
|
||||
total += stat.size || 0;
|
||||
total += stat.size;
|
||||
});
|
||||
|
||||
emitter.on('error', function(error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue