Skip to content

Commit

Permalink
WIP: log more stuff on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyclarkson committed Apr 29, 2016
1 parent 3c57297 commit 43f4c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/local/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = function (browser) {
cache[name] = Q(_.clone(browser)).then(function (current) {
var location = checkDefaultLocations(browser, current);
if (location) {
console.log(current, location);
return setPath(current, location);
}

Expand Down Expand Up @@ -44,7 +45,7 @@ module.exports = function (browser) {
current.args = ['--wait-apps', '--new', '--fresh', '-a', current.path].concat(current.args || []);
}
}

console.log(current);
return current;
});
}
Expand Down

0 comments on commit 43f4c3e

Please sign in to comment.