Comparing version 0.3.0 to 0.3.1
@@ -180,3 +180,3 @@ #!/usr/bin/env node | ||
// todo: a more specific/better way to identify them than the 'fd' property | ||
if (h.fd) { fds.push(h); } | ||
if ((h.fd != null)) { fds.push(h); } | ||
else { sockets.push(h); } | ||
@@ -183,0 +183,0 @@ } |
{ | ||
"name": "wtfnode", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Utility to help find out why Node isn't exiting", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
20419