mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
changed foramtting
This commit is contained in:
@@ -394,7 +394,6 @@ async function getHasIP() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for (const info of iface) {
|
for (const info of iface) {
|
||||||
//! change this if you ever add configurable addresses to bind to
|
|
||||||
if (info.family === 'IPv6') {
|
if (info.family === 'IPv6') {
|
||||||
hasIPv6 = true;
|
hasIPv6 = true;
|
||||||
if (info.internal === true) {
|
if (info.internal === true) {
|
||||||
|
Reference in New Issue
Block a user