Comparing version 0.5.0 to 0.5.1
@@ -430,3 +430,7 @@ 'use strict'; | ||
console.log(' - %s:%s (%s)', a.address, a.port, type); | ||
if (a) { | ||
console.log(' - %s:%s (%s)', a.address, a.port, type); | ||
} else { | ||
console.log(' - <unknown address>'); // closed / race condition? | ||
} | ||
@@ -433,0 +437,0 @@ var eventType = ( |
{ | ||
"name": "wtfnode", | ||
"version": "0.5.0", | ||
"version": "0.5.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
31298
633