Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zivyangll committed Jul 16, 2020
1 parent 434720f commit 32fc37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wd/lib/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ commands.takeScreenshot = function() {
var params = arguments[0];
this._jsonWireCall({
method: 'GET'
, relPath: `/screenshot${url.format({query: params})}`
, relPath: `/screenshot${url.format({ query: params })}`
, cb: callbackWithData(cb, this)
});
};
Expand Down

0 comments on commit 32fc37f

Please sign in to comment.