@webgap/notifier
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -38,3 +38,4 @@ /** | ||
module.exports.notify = function notify(options, callback) { | ||
callback = callback || function noop() { | ||
callback = callback || function noop(err) { | ||
console.warn('Something went wrong. Couldn\'t process the notification. %s', err); | ||
return; | ||
@@ -41,0 +42,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"author": "Manuel Martins <manuelmachadomartins@gmail.com>", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "engine": "node >= 5.0.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
19465
112