mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-16 17:35:49 -05:00
fix(logs): show block inputs (#1979)
* Fix executor lgos block inputs * Fix Comment
This commit is contained in:
committed by
GitHub
parent
67d9343022
commit
dab70a8f1d
@@ -72,6 +72,9 @@ export class BlockExecutor {
|
||||
|
||||
try {
|
||||
resolvedInputs = this.resolver.resolveInputs(ctx, node.id, block.config.params, block)
|
||||
if (blockLog) {
|
||||
blockLog.input = resolvedInputs
|
||||
}
|
||||
} catch (error) {
|
||||
cleanupSelfReference?.()
|
||||
return this.handleBlockError(
|
||||
|
||||
Reference in New Issue
Block a user