Comparing version 2.0.7 to 2.0.8
@@ -387,3 +387,3 @@ | ||
debug('Got sub-error', e2); | ||
if (e2.code == 'ECONNREFUSED') { | ||
if (e2.code == 'ECONNREFUSED' || e2.code == 'ENOENT') { | ||
// No other server listening, so we can delete stale | ||
@@ -390,0 +390,0 @@ // socket file and reopen server socket |
{ | ||
"name": "pm2-axon", | ||
"description": "High-level messaging & socket patterns implemented in pure js", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "author": { |
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
38901