This commit is contained in:
手瓜一十雪 2024-08-13 16:21:59 +08:00
parent 147bdfab95
commit 771a524734

View File

@ -112,7 +112,7 @@ async function fetchServices(timeout = 10000) {
}), }),
]).then(result => result ? ]).then(result => result ?
{ wrapperSession, wrapperNodeApi, wrapperLoginService } : { wrapperSession, wrapperNodeApi, wrapperLoginService } :
Promise.reject(), Promise.reject("fetchServices Timeout!"),
); );
} }
let getWebUiUrlFunc = undefined; let getWebUiUrlFunc = undefined;