@wdio/repl
Advanced tools
Comparing version 5.11.0 to 5.12.0
@@ -44,3 +44,2 @@ "use strict"; | ||
this.isCommandRunning = true; | ||
/* istanbul ignore if */ | ||
@@ -77,5 +76,2 @@ if (_config.hasWdioSyncSupport) { | ||
result.then(res => { | ||
/** | ||
* don't do anything if timeout was called | ||
*/ | ||
if (timeout._called) { | ||
@@ -89,5 +85,2 @@ return; | ||
}, e => { | ||
/** | ||
* don't do anything if timeout was called | ||
*/ | ||
if (timeout._called) { | ||
@@ -94,0 +87,0 @@ return; |
{ | ||
"name": "@wdio/repl", | ||
"version": "5.11.0", | ||
"version": "5.12.0", | ||
"description": "A WDIO helper utility to provide a repl interface for WebdriverIO", | ||
@@ -10,3 +10,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"engines": { | ||
"node": ">= 8.11.0" | ||
"node": ">= 10.13.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "scripts": { | ||
"dependencies": { | ||
"@wdio/config": "^5.11.0" | ||
"@wdio/config": "^5.12.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f235de6d9876a1a81bc1007430346d493ba7f579" | ||
"gitHead": "187c8f044e252877533e53ee2b645f56416d5a41" | ||
} |
4703
104
Updated@wdio/config@^5.12.0