diff --git a/packages/cli-v3/src/entryPoints/managed/execution.ts b/packages/cli-v3/src/entryPoints/managed/execution.ts index 34a06a0da..9b60a6ea6 100644 --- a/packages/cli-v3/src/entryPoints/managed/execution.ts +++ b/packages/cli-v3/src/entryPoints/managed/execution.ts @@ -1045,7 +1045,7 @@ export class RunExecution { this.sendDebugLog("handleSuspendable", { suspendableSnapshot }); if (!this.snapshotManager) { - this.sendDebugLog("handleSuspendable: missing snapshot manager"); + this.sendDebugLog("handleSuspendable: missing snapshot manager", { suspendableSnapshot }); return; } @@ -1147,7 +1147,6 @@ export class RunExecution { const { snapshots } = response.data; if (!snapshots.length) { - this.sendDebugLog(`fetchAndProcessSnapshotChanges: no new snapshots`, { source }); return; }