add test unit

This commit is contained in:
加里
2014-11-14 17:26:49 +08:00
parent 6279982aaf
commit 4e65353a29
3 changed files with 27 additions and 90 deletions

View File

@@ -360,7 +360,7 @@ function setRules(newRule){
}
async.series(functions,function(errors,result){
if(!errors){
console.log(color.green('Anyproxy rules initialize finished, have a fun!'));
console.log(color.green('Anyproxy rules initialize finished, have fun!'));
}
});