Prevent premature data clearing
This commit is contained in:
parent
8d48f10562
commit
052305bba7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export async function handleHardError(errorPayload) {
|
|||
await handleSoftError(errorPayload, true);
|
||||
return;
|
||||
}
|
||||
} finally {
|
||||
} catch (exception) {
|
||||
await handleSoftError(errorPayload, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue