@wdio/utils
Advanced tools
Comparing version 8.24.2 to 8.24.3
@@ -275,3 +275,3 @@ import logger from '@wdio/logger'; | ||
done = true; | ||
if (typeof result === 'object' && 'finally' in result && typeof result.finally === 'function') { | ||
if (result !== null && typeof result === 'object' && 'finally' in result && typeof result.finally === 'function') { | ||
result.catch((err) => err); | ||
@@ -278,0 +278,0 @@ } |
{ | ||
"name": "@wdio/utils", | ||
"version": "8.24.2", | ||
"version": "8.24.3", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -58,3 +58,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "6c01d2d2c47c32988e8b01ee9c43279f813b2e41" | ||
"gitHead": "365d1997d0303e41bc418e447a46573fdbcc2dce" | ||
} |
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
157840