Fix lint
| @@ -988,7 +988,7 @@ async function startServer() { | |||
| 988 | } | 988 | } |
| 989 | } | 989 | } |
| 990 | } else { | 990 | } else { |
| 991 | console.log("Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection") | 991 | console.log('Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection'); |
| 992 | } | 992 | } |
| 993 | 993 | ||
| 994 | 994 | ||