xible-nodepack-email
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -28,10 +28,8 @@ module.exports = function(NODE) { | ||
err = err.toString(); | ||
NODE.addStatus({ | ||
message: err, | ||
message: err.toString(), | ||
color: 'red' | ||
}); | ||
NODE.fail(err, state); | ||
NODE.error(err, state); | ||
@@ -38,0 +36,0 @@ } |
{ | ||
"name": "xible-nodepack-email", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Set of email nodes for Xible", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5501
170