fix: catch execution context errors
This commit is contained in:
parent
f33c704385
commit
e8dcb23aff
@ -51,7 +51,7 @@ promiseToAff work =
|
|||||||
$ unsafeReadTagged "Error" e
|
$ unsafeReadTagged "Error" e
|
||||||
|
|
||||||
retryErrorsMatching =
|
retryErrorsMatching =
|
||||||
[ "execution context destroyed"
|
[ "execution context was destroyed"
|
||||||
]
|
]
|
||||||
|
|
||||||
shouldRetry e =
|
shouldRetry e =
|
||||||
|
Loading…
Reference in New Issue
Block a user