Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 13, 2024
1 parent 147bdfa commit 771a524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/napcat.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function fetchServices(timeout = 10000) {
}),
]).then(result => result ?
{ wrapperSession, wrapperNodeApi, wrapperLoginService } :
Promise.reject(),
Promise.reject("fetchServices Timeout!"),
);
}
let getWebUiUrlFunc = undefined;
Expand Down

0 comments on commit 771a524

Please sign in to comment.