mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
update comments
This commit is contained in:
@ -43,7 +43,7 @@ function formatKoboldUrl(value) {
|
||||
url.pathname = '/api';
|
||||
}
|
||||
return url.toString();
|
||||
} catch { } // Try and Catch both fall through to the same return.
|
||||
} catch { } // Just using URL as a validation check
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user