Skip to content

Commit

Permalink
chore: improved logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Sep 26, 2024
1 parent 316ef16 commit 5f252a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function handleEvent(event: EmitterWebhookEvent, eventHandler: InstanceTyp
// invoke the first plugin in the chain
const { plugin, with: settings } = pluginChain.uses[0];
const isGithubPluginObject = isGithubPlugin(plugin);
console.log(`Calling handler for event ${event.name}`);
console.log(`Calling handler ${JSON.stringify(plugin)} for event ${event.name}`);

const stateId = crypto.randomUUID();

Expand Down

0 comments on commit 5f252a3

Please sign in to comment.