mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
minor changes
This commit is contained in:
parent
e49dfb2371
commit
67e8d0cea8
1 changed files with 3 additions and 3 deletions
|
|
@ -86,13 +86,13 @@ try {
|
|||
/* добавляем модуль с функциями */
|
||||
var CloudFunc;
|
||||
try {
|
||||
CloudFunc = require(CloudServer.LIBDIR +
|
||||
CloudFunc = require(CloudServer.LIBDIR +
|
||||
'/cloudfunc');
|
||||
|
||||
CloudServer.Cache = require(CloudServer.LIBDIRSERVER +
|
||||
CloudServer.Cache = require(CloudServer.LIBDIRSERVER +
|
||||
'/object').Cache;
|
||||
|
||||
CloudServer.Minify = require(CloudServer.LIBDIRSERVER +
|
||||
CloudServer.Minify = require(CloudServer.LIBDIRSERVER +
|
||||
'/object').Minify;
|
||||
}catch(pError){
|
||||
console.log('could not found one of Cloud Commander SS files');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue