@@ -203,6 +203,9 @@
}
},
getSize (value) {
+ if (this.commonJS.isEmpty(value)) {
+ return '0 B'
+ }
if (value === 0) {
return '0 B'