chore: don't show choreo error on timeout after canceling translation (#4189)
This commit is contained in:
parent
2a71193b71
commit
740bf6da79
1 changed files with 6 additions and 3 deletions
|
|
@ -184,9 +184,12 @@ class ITController {
|
|||
e is TimeoutException ? SentryLevel.warning : SentryLevel.error,
|
||||
);
|
||||
}
|
||||
choreographer.errorService.setErrorAndLock(
|
||||
ChoreoError(raw: e),
|
||||
);
|
||||
|
||||
if (_willOpen) {
|
||||
choreographer.errorService.setErrorAndLock(
|
||||
ChoreoError(raw: e),
|
||||
);
|
||||
}
|
||||
} finally {
|
||||
choreographer.stopLoading();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue