mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: web e2e improvements (#7155)
This commit is contained in:
parent
67b1675850
commit
a24f3805c9
5 changed files with 19 additions and 17 deletions
|
|
@ -20,7 +20,7 @@ export async function handleError(error: unknown, message: string) {
|
|||
return;
|
||||
}
|
||||
|
||||
console.error(`[handleError]: ${message}`, error);
|
||||
console.error(`[handleError]: ${message}`, error, (error as Error)?.stack);
|
||||
|
||||
let serverMessage = await getServerErrorMessage(error);
|
||||
if (serverMessage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue