mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix misleading JSDoc
This commit is contained in:
@ -818,8 +818,7 @@ $.ajaxPrefilter((options, originalOptions, xhr) => {
|
||||
|
||||
/**
|
||||
* Pings the STserver to check if it is reachable.
|
||||
* @returns {Promise<boolean>} True if the server is reachable.
|
||||
* @throws {Error} If the server is unreachable.
|
||||
* @returns {Promise<boolean>} True if the server is reachable, false otherwise.
|
||||
*/
|
||||
export async function pingServer() {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user