New Commit
This commit is contained in:
@@ -100,6 +100,9 @@ function joinDetailParts(parts, prefix = '', delimiter = ' ') {
|
||||
}
|
||||
|
||||
function formatSize(size) {
|
||||
if (!size) {
|
||||
return undefined;
|
||||
}
|
||||
if (size === UNKNOWN_SIZE) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user