mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 01:42:43 -05:00
fix(router): fix error edge in router block + fix source handle problem (#2019)
* Fix router block error port handling * Remove comment * Fix edge execution
This commit is contained in:
committed by
GitHub
parent
1c85fe9a51
commit
7e3e38a6f2
@@ -123,7 +123,7 @@ export class EdgeConstructor {
|
||||
}
|
||||
}
|
||||
|
||||
if (metadata.routerBlockIds.has(source)) {
|
||||
if (metadata.routerBlockIds.has(source) && handle !== EDGE.ERROR) {
|
||||
handle = `${EDGE.ROUTER_PREFIX}${target}`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user