From cc651a034267acfacbabbb819a187bb5500a8059 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 27 May 2024 08:42:03 +0900 Subject: [PATCH] chore: added trace --- src/github/handlers/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github/handlers/index.ts b/src/github/handlers/index.ts index 4698a5f..5cf03a4 100644 --- a/src/github/handlers/index.ts +++ b/src/github/handlers/index.ts @@ -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());