mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-14 12:20:34 +00:00
add log
This commit is contained in:
parent
147bdfab95
commit
771a524734
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user