fix: catch execution context errors
This commit is contained in:
parent
1a2c4828fd
commit
f33c704385
@ -56,7 +56,7 @@ promiseToAff work =
|
|||||||
|
|
||||||
shouldRetry e =
|
shouldRetry e =
|
||||||
any
|
any
|
||||||
(\retryErr -> String.includes retryErr $ String.trim (Error.message e))
|
(\retryErr -> String.includes retryErr $ String.toLower $ String.trim $ Error.message e)
|
||||||
retryErrorsMatching
|
retryErrorsMatching
|
||||||
|
|
||||||
attempt = do
|
attempt = do
|
||||||
|
Loading…
Reference in New Issue
Block a user