@wdio/repl
Advanced tools
Comparing version 5.2.8 to 5.3.1
@@ -75,2 +75,3 @@ "use strict"; | ||
this.isCommandRunning = false; | ||
timeout._called = true; | ||
}, this.config.commandTimeout); | ||
@@ -98,3 +99,4 @@ result.then(res => { | ||
clearTimeout(timeout); | ||
const commandError = new Error(e.message); | ||
const errorMessage = e ? e.message : 'Command execution timed out'; | ||
const commandError = new Error(errorMessage); | ||
delete commandError.stack; | ||
@@ -101,0 +103,0 @@ return callback(commandError); |
{ | ||
"name": "@wdio/repl", | ||
"version": "5.2.8", | ||
"version": "5.3.1", | ||
"description": "A WDIO helper utility to provide a repl interface WebdriverIO", | ||
@@ -34,3 +34,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"dependencies": { | ||
"@wdio/config": "^5.2.8" | ||
"@wdio/config": "^5.3.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5750a9ba4050ddf9a3b310734700d606782432e9" | ||
"gitHead": "eeb223900ebd16ff65bb6f13394b6b4664f5f6e4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4888
113
Updated@wdio/config@^5.3.1