mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(files) add callback
This commit is contained in:
parent
f08d79ea82
commit
eb5b0faf02
1 changed files with 5 additions and 4 deletions
|
|
@ -75,10 +75,11 @@
|
|||
Util.exec(p.callback, error);
|
||||
else
|
||||
readPipe({
|
||||
dir : p.dir,
|
||||
names : names,
|
||||
write : p.write,
|
||||
gzip : p.gzip
|
||||
dir : p.dir,
|
||||
names : names,
|
||||
write : p.write,
|
||||
gzip : p.gzip,
|
||||
callback : p.callback
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue