Skip to content

Commit

Permalink
fix: log info on workflow dispatch failure
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Dec 4, 2024
1 parent 764cf7d commit 06a1d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers/call-personal-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export async function callPersonalAgent(context: Context) {
ref: "development",
});
} catch (error) {
logger.info(`dispatch failed: ${error as string}`);
logger.error(`Error dispatching workflow: ${error as string}`);
}

Expand Down

0 comments on commit 06a1d00

Please sign in to comment.