testcafe-browser-tools
Advanced tools
Comparing version 1.4.1-git.201708181243 to 1.4.1-git.201708181307
@@ -103,5 +103,11 @@ 'use strict'; | ||
_fs2.default.writeFileSync(dst, dstFileData); | ||
} catch (e2) { | ||
reject(e2); | ||
try { | ||
_fs2.default.writeFileSync(dst, dstFileData); | ||
} catch (e2) { | ||
if (e2.code !== 'ENOENT' || !_utilsEnsureDirectory2.default(dst)) throw e2; | ||
_fs2.default.writeFileSync(dst, dstFileData); | ||
} | ||
} catch (e3) { | ||
reject(e3); | ||
} | ||
@@ -108,0 +114,0 @@ }); |
{ | ||
"name": "testcafe-browser-tools", | ||
"version": "1.4.1-git.201708181243", | ||
"version": "1.4.1-git.201708181307", | ||
"description": "An utility library for performing platform-dependent actions on browsers.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/DevExpress/testcafe-browser-tools", |
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
1596319
1607