added better error reporting
| @@ -950,7 +950,7 @@ async function startServer() { | |||
| 950 | } | 950 | } |
| 951 | 951 | ||
| 952 | if (!useIPv6 && !useIPv6) { | 952 | if (!useIPv6 && !useIPv6) { |
| 953 | console.error('Both IPv6 and IPv4 are disabled,\nP.S. you should never see this error, at least at one point it was checked for before this'); | 953 | console.error('Both IPv6 and IPv4 are disabled,\nP.S. you should never see this error, at least at one point it was checked for before this, with the rest of the config options'); |
| 954 | process.exit(1) | 954 | process.exit(1) |
| 955 | } | 955 | } |
| 956 | 956 | ||