mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
fixed bug with processing situation when minify not loaded
This commit is contained in:
parent
0283a1a1db
commit
56188c3776
2 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue