fix: catch execution context errors

This commit is contained in:
orion 2023-12-08 20:41:29 -06:00
parent f33c704385
commit e8dcb23aff
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -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 =