mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(rest) files.namesAll -> data
This commit is contained in:
parent
0dd92d5826
commit
2c21d5c05b
1 changed files with 2 additions and 2 deletions
|
|
@ -321,9 +321,9 @@
|
|||
files.from = mellow.convertPath(files.from);
|
||||
files.to = mellow.convertPath(files.to);
|
||||
|
||||
files.namesAll = Util.slice(files.names);
|
||||
data = Util.slice(files.names);
|
||||
copyFiles(files, flop.copy, function(error) {
|
||||
var msg = formatMsg('copy', files.namesAll);
|
||||
var msg = formatMsg('copy', data);
|
||||
|
||||
callback(error, msg);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue