uiautomatorwd
Advanced tools
Comparing version 1.0.44 to 1.0.45
@@ -79,5 +79,3 @@ 'use strict'; | ||
UIAutomator.prototype.sendCommand = function*(url, method, body) { | ||
logger.info(UIAUTOMATORWD.TEST_PACKAGE); | ||
UIAutomator.prototype.sendCommand = function *(url, method, body) { | ||
let isServerStillAlive = true; | ||
@@ -91,7 +89,7 @@ | ||
// Unable to get the pid info, assume the server is still alive | ||
logger.warn(e.stack); | ||
logger.warn(`get pids of ${UIAUTOMATORWD.TEST_PACKAGE} failed, ignore this log`); | ||
} | ||
if (!isServerStillAlive) { | ||
logger.info('WD stopped'); | ||
logger.info('restart UIAutomatorWD server'); | ||
// restart the WD server | ||
@@ -98,0 +96,0 @@ yield this.startServer(); |
{ | ||
"name": "uiautomatorwd", | ||
"version": "1.0.44", | ||
"version": "1.0.45", | ||
"description": "Node.js wrapper for UIAutomator2", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
228737
1
3161