chore(size) rm "|| 0"

This commit is contained in:
coderaiser 2014-11-19 08:11:59 -05:00
parent bbdf35a17f
commit 88d28816fd

View file

@ -35,7 +35,7 @@
}
emitter.on('file', function(file, stat) {
total += stat.size || 0;
total += stat.size;
});
emitter.on('error', function(error) {