Skip to content

Commit

Permalink
server实现为标准的启动监听,log隐藏多于信息
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunlong committed Apr 24, 2013
1 parent fbe67b5 commit ecfc414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fis.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ fis.cli.version = function(){
//run cli tools
fis.cli.run = function(argv){

fis.log.alert = true;

var first = argv[2];
if(argv.length < 3 || first === '-h' || first === '--help'){
fis.cli.help();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "fis",
"description" : "front-end integrated solution.",
"version" : "0.9.20",
"version" : "0.9.21",
"author" : "FIS Team <[email protected]>",
"homepage" : "http://fis.baidu.com/",
"keywords": [ "fis" ],
Expand Down

0 comments on commit ecfc414

Please sign in to comment.