This commit is contained in:
手瓜一十雪 2024-08-13 16:21:59 +08:00
parent df804c17ab
commit b4c4d1f95b

View File

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