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 d4a4168 commit 415f4d6Copy full SHA for 415f4d6
packages/cli-v3/src/entryPoints/managed/execution.ts
@@ -191,8 +191,6 @@ export class RunExecution {
191
return;
192
}
193
194
- this.sendDebugLog(`enqueued snapshot change: ${snapshot.executionStatus}`, snapshotMetadata);
195
-
196
this.snapshotChangeQueue.push(runData);
197
await this.processSnapshotChangeQueue();
198
@@ -240,7 +238,7 @@ export class RunExecution {
240
238
241
239
242
if (snapshot.friendlyId === this.currentSnapshotId) {
243
- return;
+ return;
244
245
246
this.sendDebugLog(`snapshot has changed to: ${snapshot.executionStatus}`, snapshotMetadata);
0 commit comments