We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730ec5a commit ce30dbfCopy full SHA for ce30dbf
lib/run/index.js
@@ -37,7 +37,8 @@ Runner.prototype.startServer = function() {
37
}
38
co(server, {
39
port: this.options.port,
40
- window: this.options.window
+ window: this.options.window,
41
+ verbose: this.options.verbose
42
}).then(() => {
43
this.isRunning = true;
44
this.initFramework();
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "macaca-cli",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"description": "Macaca command-line interface",
5
"keywords": [
6
"automation",
0 commit comments