mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
moved function to varible
This commit is contained in:
parent
a76397a977
commit
31d71c8a69
1 changed files with 6 additions and 4 deletions
10
server.js
10
server.js
|
|
@ -159,12 +159,14 @@ CloudServer.Minify={
|
|||
}catch(pError){
|
||||
try{
|
||||
lMinify = require('minify');
|
||||
}catch(pError){}
|
||||
|
||||
return console.log('Could not minify withou minify module\n' +
|
||||
}catch(pError){
|
||||
return console.log('Could not minify withou minify module\n' +
|
||||
'for fixing type:\n' +
|
||||
'git submodule init\n' +
|
||||
'git submodule update');
|
||||
'git submodule update\n' +
|
||||
'or\n' +
|
||||
'npm i minify');
|
||||
}
|
||||
}
|
||||
/*
|
||||
* temporary changed dir path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue