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.
|
* Pings the STserver to check if it is reachable.
|
||||||
* @returns {Promise<boolean>} True if the server is reachable.
|
* @returns {Promise<boolean>} True if the server is reachable, false otherwise.
|
||||||
* @throws {Error} If the server is unreachable.
|
|
||||||
*/
|
*/
|
||||||
export async function pingServer() {
|
export async function pingServer() {
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user