fixed bug with processing situation when minify not loaded

This commit is contained in:
coderaiser 2012-07-09 10:16:23 -04:00
parent 0283a1a1db
commit 56188c3776
2 changed files with 2 additions and 2 deletions

View file

@ -157,7 +157,7 @@ CloudServer.Minify={
try{
lMinify = require(CloudServer.LIBDIRSERVER+'/minify');
}catch(pError){
console.log('Could not minify withou minify module\n' +
return console.log('Could not minify withou minify module\n' +
'for fixing type:\n' +
'git submodule init\n' +
'git submodule update');