Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ handleRetryException
Function
handleRetryException
lib/effects.js:210–213 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
208
let
tries = 0
209
210
function
handleRetryException(err) {
211
recorder.throw(err)
212
reject(err)
213
}
214
215
const
tryBlock =
async
() => {
216
tries++
Callers
1
tryBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected