Skip to content

Commit

Permalink
Merge pull request #24 from macacajs/server
Browse files Browse the repository at this point in the history
Remove server config
  • Loading branch information
ziczhu committed Apr 18, 2016
2 parents 0868ed5 + 2791aa5 commit eca1d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ util.inherits(Runner, EventEmitter);

Runner.prototype.init = function(options) {
this.options = options;
if (this.options.server && !this.isRunning) {
if (!this.isRunning) {
this.startServer();
} else {
this.initMocha();
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-client",
"version": "1.0.13",
"version": "1.0.14",
"description": "Macaca automation client",
"keywords": [
"automation",
Expand Down

0 comments on commit eca1d8f

Please sign in to comment.