@darkobits/adeiu
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,6 @@ # Change Log | ||
## [0.2.1](https://github.com/darkobits/adeiu/compare/v0.2.0...v0.2.1) (2019-04-23) | ||
# [0.2.0](https://github.com/darkobits/adeiu/compare/v0.1.0...v0.2.0) (2019-04-23) | ||
@@ -7,0 +11,0 @@ |
@@ -63,3 +63,3 @@ "use strict"; | ||
signalCallbacks.set(signal, [cb]); | ||
process.once(signal, handler); | ||
process.prependOnceListener(signal, handler); | ||
} else { | ||
@@ -66,0 +66,0 @@ signalCallbacks.set(signal, [...callbacksForSignal, cb]); |
{ | ||
"name": "@darkobits/adeiu", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Yet another POSIX signal handler.", | ||
@@ -5,0 +5,0 @@ "license": "WTFPL", |
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
16361