mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes for travis test
This commit is contained in:
parent
a8354effac
commit
e3dd4adc45
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ CloudServer.start=function()
|
|||
this.IP = '0.0.0.0';
|
||||
}
|
||||
/* server mode or testing mode */
|
||||
if(this.Config.server){
|
||||
if(!process.argv[2] && this.Config.server){
|
||||
var http = require('http');
|
||||
|
||||
try{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue