uiautomatorwd
Advanced tools
Comparing version 1.0.40 to 1.0.41
@@ -55,3 +55,3 @@ 'use strict'; | ||
logger.debug(`Proxy: ${url}:${method} to ${newUrl}:${method} with body: ${_.trunc(JSON.stringify(body), 200)}`); | ||
logger.debug(`Proxy: ${url}:${method} to ${newUrl}:${method} with body: ${_.truncate(JSON.stringify(body), 200)}`); | ||
@@ -84,3 +84,3 @@ _.retry(() => { | ||
logger.debug(`Got response with status ${res.statusCode}: ${_.trunc(JSON.stringify(body), 200)}`); | ||
logger.debug(`Got response with status ${res.statusCode}: ${_.truncate(JSON.stringify(body), 200)}`); | ||
_resolve(body); | ||
@@ -87,0 +87,0 @@ }); |
{ | ||
"name": "uiautomatorwd", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "Node.js wrapper for UIAutomator2", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
228067