mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) set moveFn to RESTful.mv on disconnect
This commit is contained in:
parent
6e4115a8d0
commit
c25dd8d774
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ function OperationProto(operation, data) {
|
|||
packTarFn = RESTful.pack;
|
||||
deleteFn = RESTful.delete;
|
||||
copyFn = RESTful.cp;
|
||||
moveFn = RESTful.mv;
|
||||
extractFn = RESTful.extract;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue