Comparing version 3.1.6 to 3.1.7
@@ -148,3 +148,3 @@ "use strict"; | ||
break; | ||
case 'EACCESS': | ||
case 'EACCES': | ||
logger_1.log.error("Error starting privileged port listener - the admin server doesn't have rights to listen on the low numbered port. This is strange, and is probably a bug somewhere."); | ||
@@ -151,0 +151,0 @@ break; |
{ | ||
"name": "intervene", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts", |
@@ -100,3 +100,3 @@ import { ProxyConfigWithDefaults } from './applyConfigDefaults'; | ||
break; | ||
case 'EACCESS': | ||
case 'EACCES': | ||
log.error( | ||
@@ -103,0 +103,0 @@ "Error starting privileged port listener - the admin server doesn't have rights to listen on the low numbered port. This is strange, and is probably a bug somewhere." |
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
1047865