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 6b16df0 commit 2c8bcc2Copy full SHA for 2c8bcc2
packages/cli-v3/src/entryPoints/managed/execution.ts
@@ -1045,7 +1045,7 @@ export class RunExecution {
1045
this.sendDebugLog("handleSuspendable", { suspendableSnapshot });
1046
1047
if (!this.snapshotManager) {
1048
- this.sendDebugLog("handleSuspendable: missing snapshot manager");
+ this.sendDebugLog("handleSuspendable: missing snapshot manager", { suspendableSnapshot });
1049
return;
1050
}
1051
@@ -1147,7 +1147,6 @@ export class RunExecution {
1147
const { snapshots } = response.data;
1148
1149
if (!snapshots.length) {
1150
- this.sendDebugLog(`fetchAndProcessSnapshotChanges: no new snapshots`, { source });
1151
1152
1153
0 commit comments