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 e03f417 commit 235372dCopy full SHA for 235372d
1 file changed
packages/cli-v3/src/entryPoints/managed/controller.ts
@@ -169,6 +169,11 @@ export class ManagedRunController {
169
return;
170
}
171
172
+ this.sendDebugLog({
173
+ runId: runFriendlyId,
174
+ message: "startAndExecuteRunAttempt: called",
175
+ });
176
+
177
const execution = async () => {
178
if (!this.socket) {
179
this.sendDebugLog({
0 commit comments