We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c6a3f commit f9974ddCopy full SHA for f9974dd
1 file changed
internal-packages/run-engine/src/engine/systems/waitpointSystem.ts
@@ -905,15 +905,12 @@ export class WaitpointSystem {
905
completedWaitpoints: completedWaitpointArgs,
906
});
907
908
- // Log IDs only — full snapshots include completedWaitpoint outputs, and this
909
- // runs at debug level in prod where cloning them would burn event-loop time.
910
this.$.logger.debug(
911
`continueRunIfUnblocked: run was still executing, sending notification`,
912
{
913
runId,
914
- previousSnapshotId: snapshot.id,
915
- newSnapshotId: newSnapshot.id,
916
- completedWaitpointCount: blockingWaitpoints.length,
+ snapshot,
+ newSnapshot,
917
}
918
);
919
0 commit comments