From 0ea8261516454b6cf9a6041a11843cf67096b680 Mon Sep 17 00:00:00 2001 From: SmartBear <471110230@qq.com> Date: Tue, 26 Dec 2023 15:52:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20verbose=E5=8F=82=E6=95=B0=E4=BC=A0?= =?UTF-8?q?=E5=85=A5server=20(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/run/index.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/run/index.js b/lib/run/index.js index a9cdeea..3425de6 100644 --- a/lib/run/index.js +++ b/lib/run/index.js @@ -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(); diff --git a/package.json b/package.json index 04627ad..9d0d3e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "macaca-cli", - "version": "2.3.0", + "version": "2.3.1", "description": "Macaca command-line interface", "keywords": [ "automation",