mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 20:20:16 +00:00
chore: fix pre commit format and pipeline issue (#1144)
This commit is contained in:
parent
2256497dff
commit
893f51fc82
970 changed files with 11235 additions and 9533 deletions
|
|
@ -930,11 +930,11 @@ var StackClientInterface = class {
|
|||
async _createNetworkError(cause, session, requestType) {
|
||||
return new Error(import_strings.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 });
|
||||
}
|
||||
|
|
@ -2067,4 +2067,4 @@ var StackClientInterface = class {
|
|||
0 && (module.exports = {
|
||||
StackClientInterface
|
||||
});
|
||||
//# sourceMappingURL=clientInterface.js.map
|
||||
//# sourceMappingURL=clientInterface.js.map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue