mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-18 21:20:39 +01:00
added better error reporting
This commit is contained in:
parent
324eb695f5
commit
26c0b620f8
@ -950,7 +950,7 @@ async function startServer() {
|
||||
}
|
||||
|
||||
if (!useIPv6 && !useIPv6) {
|
||||
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');
|
||||
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');
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user