Skip to content

Commit

Permalink
Merge 9a45a3e into 9944918
Browse files Browse the repository at this point in the history
  • Loading branch information
ziczhu committed Mar 8, 2016
2 parents 9944918 + 9a45a3e commit 5a23b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module.exports = (function () {
if (!runner) {
runner = new Runner();
}
runner.removeAllListeners(['data', 'error', 'close']);
runner.init(options);
return runner;
}
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.7",
"version": "1.0.8",
"description": "macaca client for automation",
"keywords": [
"automation",
Expand Down

0 comments on commit 5a23b6f

Please sign in to comment.