@wdio/config
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -63,11 +63,5 @@ "use strict"; | ||
let runFnInFiberContext = (fn, done) => { | ||
let runFnInFiberContext = fn => { | ||
return function (...args) { | ||
const result = fn.apply(this, args); | ||
if (typeof done === 'function') { | ||
return done(result); | ||
} | ||
return result; | ||
return Promise.resolve(fn.apply(this, args)); | ||
}; | ||
@@ -74,0 +68,0 @@ }; |
{ | ||
"name": "@wdio/config", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "7e099b188e163f06dfa4c7be21f0468477e2fe94" | ||
"gitHead": "f0341fd33304e28ab8d2827f64dfa9dad94b312d" | ||
} |
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
20977
600