From 757ef2abedaa32186658189a78efa0d5b6be8bb7 Mon Sep 17 00:00:00 2001 From: Benji Visser Date: Wed, 22 Nov 2023 17:05:59 -0500 Subject: [PATCH] update dist Signed-off-by: Benji Visser --- dist/index.js | 3 +++ index.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dist/index.js b/dist/index.js index b87e658..aeb0955 100644 --- a/dist/index.js +++ b/dist/index.js @@ -210,6 +210,9 @@ async function runScan({ }); }); + console.log("EXIT CODE") + console.log(exitCode) + if (core.isDebug()) { core.debug("Xeol output:"); core.debug(cmdOutput); diff --git a/index.js b/index.js index c4b8c1f..fc29392 100644 --- a/index.js +++ b/index.js @@ -196,6 +196,9 @@ async function runScan({ }); }); + console.log("EXIT CODE") + console.log(exitCode) + if (core.isDebug()) { core.debug("Xeol output:"); core.debug(cmdOutput);