@applitools/functional-commons
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@applitools/functional-commons", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/functional-commons.js", |
@@ -58,6 +58,6 @@ 'use strict' | ||
async function failAfter(ms, err) { | ||
async function failAfter(ms, errFactory) { | ||
await p(setTimeout)(ms) | ||
throw err | ||
throw errFactory() | ||
} | ||
@@ -64,0 +64,0 @@ |
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
2363