machinepack-localmachinepacks
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -73,3 +73,9 @@ module.exports = { | ||
}).exec({ | ||
error: _exits.error, | ||
error: function (err) { | ||
// If an expected machine module is corrupted (i.e. it was referenced by | ||
// `machinepacks.machines` in the package.json file, but the file is all | ||
// jacked up), then ignore it, but also log a warning. | ||
console.warn('Ignoring local machine ('+machineIdentity+') b/c it seems to be corrupted. Details:\n',err); | ||
return _exits.exclude(); | ||
}, | ||
notFound: function (){ | ||
@@ -76,0 +82,0 @@ // If an expected machine module is missing (i.e. it was referenced by |
{ | ||
"name": "machinepack-localmachinepacks", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Work with local machinepacks.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
95350
2488