mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(rest) var -> multi var
This commit is contained in:
parent
08506e011f
commit
0feb8c7a3c
1 changed files with 3 additions and 3 deletions
|
|
@ -309,9 +309,9 @@ function operation(op, from, to, names, fn) {
|
|||
}
|
||||
|
||||
function copy(from, to, names, fn) {
|
||||
var error,
|
||||
tmpl = '\r copy {{ from }} {{ to }} {{ count }}%',
|
||||
cp = copymitter(from, to, names);
|
||||
var error;
|
||||
var tmpl = '\r copy {{ from }} {{ to }} {{ count }}%';
|
||||
var cp = copymitter(from, to, names);
|
||||
|
||||
cp.on('error', function(e) {
|
||||
error = e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue