chore: fix pre commit format and pipeline issue (#1144)

This commit is contained in:
Wendong-Fan 2026-02-04 00:06:29 +00:00 committed by GitHub
parent 2256497dff
commit 893f51fc82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
970 changed files with 11235 additions and 9533 deletions

View file

@ -904,11 +904,11 @@ var StackClientInterface = class {
async _createNetworkError(cause, session, requestType) {
return new Error(deindent`
Stack Auth is unable to connect to the server. Please check your internet connection and try again.
If the problem persists, please contact support and provide a screenshot of your entire browser console.
${cause}
${JSON.stringify(await this.runNetworkDiagnostics(session, requestType), null, 2)}
`, { cause });
}
@ -2040,4 +2040,4 @@ var StackClientInterface = class {
export {
StackClientInterface
};
//# sourceMappingURL=clientInterface.js.map
//# sourceMappingURL=clientInterface.js.map