mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
setting up testing mode
This commit is contained in:
parent
3a0bf89ca8
commit
ec745d5bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ CloudServer.init=(function(){
|
|||
console.log(process.argv[2]);
|
||||
if(process.argv[2]==='test'){
|
||||
CloudServer.Config.server=false;
|
||||
CloudServer.Config.logs=true;
|
||||
CloudServer.Config.logs=false;
|
||||
}
|
||||
|
||||
if(CloudServer.Config.logs){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue