Skip to content

Commit

Permalink
fix: verbose参数传入server (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng authored Dec 26, 2023
1 parent 730ec5a commit 0ea8261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Runner.prototype.startServer = function() {
}
co(server, {
port: this.options.port,
window: this.options.window
window: this.options.window,
verbose: this.options.verbose
}).then(() => {
this.isRunning = true;
this.initFramework();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "Macaca command-line interface",
"keywords": [
"automation",
Expand Down

0 comments on commit 0ea8261

Please sign in to comment.