fix(operation) _initPacker: proceed when error

This commit is contained in:
coderaiser 2016-11-18 20:50:59 +02:00 committed by GitHub
parent 377149948e
commit 54eac655af

View file

@ -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);