@wdio/utils
Advanced tools
Comparing version
@@ -75,3 +75,3 @@ "use strict"; | ||
await errorHandler_1.logHookError(`After${type}`, await executeHooksWithArgs(`after${type}`, afterFn, [...afterArgs]), cid); | ||
if (error) { | ||
if (error && !error.matcherName) { | ||
throw error; | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "@wdio/utils", | ||
"version": "7.7.3", | ||
"version": "7.7.5", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -27,3 +27,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"@wdio/logger": "7.7.0", | ||
"@wdio/types": "7.7.3" | ||
"@wdio/types": "7.7.5" | ||
}, | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"types": "./build/index.d.ts", | ||
"gitHead": "622993743a170d0f9d782cf50284c6d41f483100" | ||
"gitHead": "3cbc9645fdf42e24d6306bc5ac42c34920093970" | ||
} |
86893
0.03%+ Added
+ Added
- Removed
- Removed
Updated