Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ onError
Function
onError
apps/sim/lib/core/utils/stream-limits.ts:207–209 ·
view source on GitHub ↗
(error: unknown)
Source
from the content-addressed store, hash-verified
205
}
206
207
const
onError = (error: unknown) => {
208
finish(() => reject(error))
209
}
210
211
if
(options.signal?.aborted) {
212
onAbort()
Callers
2
post.test.ts
File · 0.50
sendIpcRequest
Function · 0.50
Calls
1
finish
Function · 0.70
Tested by
no test coverage detected