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