webdriver
Advanced tools
Comparing version 8.41.0 to 8.42.0
@@ -138,4 +138,7 @@ import logger from '@wdio/logger'; | ||
return result.value; | ||
}).catch((error) => { | ||
this.emit('result', { command, method, endpoint, body, result: { error } }); | ||
throw error; | ||
}); | ||
}; | ||
} |
{ | ||
"name": "webdriver", | ||
"version": "8.41.0", | ||
"version": "8.42.0", | ||
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol", | ||
@@ -51,3 +51,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "a33b7bfba8013d0f65e54123acc206bd11d38d10" | ||
"gitHead": "e62b14b9da7a0812e9936dcb0731a7ef7ff9b75f" | ||
} |
Sorry, the diff of this file is not supported yet
208719
3742