Skip to content

Commit

Permalink
chore: added trace
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed May 26, 2024
1 parent 1165715 commit cc651a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github/handlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async function handleEvent(event: EmitterWebhookEvent, eventHandler: InstanceTyp
state.inputs[0] = inputs;
console.log("state", stateId, state);
await eventHandler.pluginChainState.put(stateId, state);
console.log("PUT to plugin chain state will dispatch");

if (!isGithubPluginObject) {
await dispatchWorker(plugin, inputs.getInputs());
Expand Down

0 comments on commit cc651a0

Please sign in to comment.