mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(flop) rm console.log
This commit is contained in:
parent
44c11740e1
commit
080d52ba5b
1 changed files with 1 additions and 4 deletions
|
|
@ -98,10 +98,7 @@
|
|||
else if (isDir && ncp)
|
||||
ncp(from, to, {
|
||||
stopOnError: true
|
||||
}, function(error) {
|
||||
callback(error);
|
||||
console.log(':', error)
|
||||
});
|
||||
}, callback);
|
||||
else
|
||||
pipe.create(from, to, callback);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue