@auto-it/core
Advanced tools
Comparing version 7.1.3 to 7.1.4-canary.6256.0
@@ -50,8 +50,14 @@ "use strict"; | ||
} | ||
if ('default' in plugin && plugin.default) { | ||
return new plugin.default(options); | ||
try { | ||
if ('default' in plugin && plugin.default) { | ||
return new plugin.default(options); | ||
} | ||
return new plugin(options); | ||
} | ||
return new plugin(options); | ||
catch (error) { | ||
logger.log.error("Plugin at the following path encountered an error: " + pluginPath); | ||
throw error; | ||
} | ||
} | ||
exports.default = loadPlugin; | ||
//# sourceMappingURL=load-plugins.js.map |
{ | ||
"name": "@auto-it/core", | ||
"version": "7.1.3", | ||
"version": "7.1.4-canary.6256.0", | ||
"description": "Node API for using auto.", | ||
@@ -79,3 +79,3 @@ "main": "dist/auto.js", | ||
}, | ||
"gitHead": "8b5ed5df5b384326e54d4973d8d95d9cf3278f5e" | ||
"gitHead": "9450b4ef7a45424667ffbf331552e5894254be58" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
667081
9827
2