Skip to content

Commit ce30dbf

Browse files
committed
fix: verbose参数传入server
1 parent 730ec5a commit ce30dbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/run/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Runner.prototype.startServer = function() {
3737
}
3838
co(server, {
3939
port: this.options.port,
40-
window: this.options.window
40+
window: this.options.window,
41+
verbose: this.options.verbose
4142
}).then(() => {
4243
this.isRunning = true;
4344
this.initFramework();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macaca-cli",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Macaca command-line interface",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)