Skip to content

Commit 235372d

Browse files
committed
add a controller log when starting an execution
1 parent e03f417 commit 235372d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/cli-v3/src/entryPoints/managed/controller.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ export class ManagedRunController {
169169
return;
170170
}
171171

172+
this.sendDebugLog({
173+
runId: runFriendlyId,
174+
message: "startAndExecuteRunAttempt: called",
175+
});
176+
172177
const execution = async () => {
173178
if (!this.socket) {
174179
this.sendDebugLog({

0 commit comments

Comments
 (0)