mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(mellow) getRoot size: 0 -> dir
This commit is contained in:
parent
f22e7e02f1
commit
f44153577e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
data.files = volumes.map(function(volume) {
|
||||
return {
|
||||
name: volume,
|
||||
size: 0,
|
||||
size: 'dir',
|
||||
mode: 0,
|
||||
owner: 0
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue