mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(commander) fillJSON: files -> json.files
This commit is contained in:
parent
a34c680676
commit
e444e93230
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@
|
|||
files.push(file);
|
||||
}
|
||||
|
||||
files = changeOrder(files);
|
||||
json.files = changeOrder(files);
|
||||
|
||||
Util.exec(p.callback, null, json);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue