Comparing version 0.5.4 to 0.5.5
@@ -305,2 +305,5 @@ 'use strict'; | ||
process._getActiveHandles().forEach(function (h) { | ||
// handles can be null now? early exit to guard against this | ||
if (!h) { return; } | ||
if (h instanceof Socket) { | ||
@@ -307,0 +310,0 @@ // stdin, stdout, etc. are now instances of socket and get listed in open handles |
{ | ||
"name": "wtfnode", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Utility to help find out why Node isn't exiting", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -59,3 +59,3 @@ # What? | ||
It currently does something useful under Node 0.10 through 8.1. If it stops doing something useful in the future, please post an issue, preferably with a reproducible test script and detailed version information, and I'll try and make it work properly again. | ||
It currently does something useful under Node 0.10 through 8.6. If it stops doing something useful in the future, please post an issue, preferably with a reproducible test script and detailed version information, and I'll try and make it work properly again. | ||
@@ -62,0 +62,0 @@ # Testing |
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
31356
635