1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-18 12:58:26 +00:00
This commit is contained in:
加里 2014-11-14 14:24:52 +08:00
parent 8e0dc781d3
commit 6279982aaf

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