mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(server) fillJSON path: rm size
This commit is contained in:
parent
f2f41f9643
commit
a3cfc0a7ea
1 changed files with 1 additions and 2 deletions
|
|
@ -124,8 +124,7 @@
|
|||
file = {};
|
||||
path = getDirPath(p.path);
|
||||
json = [{
|
||||
path : path,
|
||||
size : 'dir'
|
||||
path : path
|
||||
}];
|
||||
|
||||
for (i = 0; i < n; i++ ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue