feature(config) progress: true

This commit is contained in:
coderaiser 2015-07-13 02:25:37 -04:00
parent 75cd36f7c8
commit 844303be04
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ Here is description of options:
"port" : 8000, /* http port */
"ip" : null, /* ip or null(default) */
"root" : "/" /* root directory */
"progress" : false /* show progress of file operations */
"progress" : true /* show progress of file operations */
}
```

View file

@ -17,5 +17,5 @@
"port": 8000,
"ip": null,
"root": "/",
"progress": false
"progress": true
}