mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(operation) _initPacker: proceed when error
This commit is contained in:
parent
377149948e
commit
54eac655af
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
|||
function _initPacker(prefix, fn) {
|
||||
DOM.Files.get('config', function(e, config) {
|
||||
if (e)
|
||||
CloudCmd.log(e);
|
||||
return CloudCmd.log(e);
|
||||
|
||||
if (config.packer === 'zip')
|
||||
return _setPacker(prefix, 'salam', salam, fn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue