changed foramtting
| @@ -394,7 +394,6 @@ async function getHasIP() { | |||
| 394 | continue; | 394 | continue; |
| 395 | } | 395 | } |
| 396 | for (const info of iface) { | 396 | for (const info of iface) { |
| 397 | //! change this if you ever add configurable addresses to bind to | ||
| 398 | if (info.family === 'IPv6') { | 397 | if (info.family === 'IPv6') { |
| 399 | hasIPv6 = true; | 398 | hasIPv6 = true; |
| 400 | if (info.internal === true) { | 399 | if (info.internal === true) { |