From 644222f3872957820c4c2149a9eb1fe137c73498 Mon Sep 17 00:00:00 2001 From: Luca Coduri Date: Wed, 21 Sep 2022 18:34:34 +0200 Subject: [PATCH] log stdout --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a5e5f00..7d635fa 100644 --- a/index.js +++ b/index.js @@ -18,6 +18,7 @@ webhookHandler.on("*", async function (event, repo, data) { if (error !== null) { reject(error); } + console.log(stdout); resolve(); }); });