From 32fc37f475029784ff7a7f1086a17117f76f0a85 Mon Sep 17 00:00:00 2001 From: zivyangll Date: Thu, 16 Jul 2020 19:23:04 +0800 Subject: [PATCH] fix: lint --- wd/lib/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wd/lib/commands.js b/wd/lib/commands.js index 065ff017..8e939a36 100644 --- a/wd/lib/commands.js +++ b/wd/lib/commands.js @@ -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) }); };