node-notifier
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -63,3 +63,4 @@ /** | ||
if (this.isNotifyChecked && this.hasNotifier) { | ||
return doNotification(options, callback); | ||
doNotification(options, callback); | ||
return this; | ||
} | ||
@@ -74,3 +75,3 @@ | ||
that.isNotifyChecked = true; | ||
that.hasNotifier = !!err; | ||
that.hasNotifier = !err; | ||
@@ -77,0 +78,0 @@ if (err) { |
{ | ||
"name": "node-notifier", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A Node.js wrapper for the terminal-notifier application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
448389
305