mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 09:52:38 -05:00
feat(debug): create debugger (#1174)
* Updates * Updates * Updates * Checkpoint * Checkpoint * Checkpoitn * Var improvements * Fixes * Execution status * UI improvements * Ui updates * Fix * Fix scoping * Fix workflow vars * Fix env vars * Remove number styling * Variable highlighting * Updates * Update * Fix resume * Stuff * Breakpoint ui * Ui * Ui updates * Loops and parallels * HIde env vars * Checkpoint * Stuff * Panel toggle * Lint
This commit is contained in:
committed by
GitHub
parent
bb5f40a027
commit
7c73f5ffe0
@@ -746,7 +746,7 @@ export class Executor {
|
||||
Object.entries(this.initialBlockStates).forEach(([blockId, output]) => {
|
||||
context.blockStates.set(blockId, {
|
||||
output: output as NormalizedBlockOutput,
|
||||
executed: true,
|
||||
executed: false,
|
||||
executionTime: 0,
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user