mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
added testing script
This commit is contained in:
parent
d9cf2d1cfc
commit
898f17c4be
3 changed files with 79 additions and 3 deletions
|
|
@ -492,9 +492,7 @@ try{
|
|||
/* константы*/
|
||||
exports.Name = CloudFunc.NAME;
|
||||
exports.NOJS = CloudFunc.NOJS;
|
||||
exports.FS = CloudFunc.FS;
|
||||
|
||||
console.log('cloudfunc.js loaded...');
|
||||
exports.FS = CloudFunc.FS;
|
||||
}
|
||||
}catch(err){
|
||||
/* если мы на клиенте */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue