mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +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
|
|
@ -1 +1 @@
|
|||
Subproject commit f1b68d371b7b26da14d0e2b6e3e5f9923c8fa0e4
|
||||
Subproject commit 69756c6f1587ca1ba709f3c00b79797c08c6606b
|
||||
|
|
@ -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