mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactor(server) combine
This commit is contained in:
parent
2864512018
commit
a81d7ebebb
1 changed files with 1 additions and 3 deletions
|
|
@ -231,10 +231,8 @@
|
|||
console.log(names);
|
||||
|
||||
files.readPipe(names, dir, p.response, function(error) {
|
||||
if (error) {
|
||||
Util.log(error);
|
||||
if (error)
|
||||
main.sendError(params, error);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue