From 564fe381c8a09ced277dfc55386a7a00ff064b73 Mon Sep 17 00:00:00 2001 From: Lukas Mracek Date: Wed, 25 Feb 2026 22:41:06 +0000 Subject: [PATCH] chore: run make build to resolve linter error --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 0a9a0bf..11cd8ec 100644 --- a/dist/index.js +++ b/dist/index.js @@ -53211,7 +53211,7 @@ async function execSilent(label, cmd, args, opts) { ignoreReturnCode: true, }); if (out.exitCode !== 0) { - if (!core.isDebug) { + if (!core.isDebug()) { // When debug logging is off, stderr won't have been written to console, write it now. process.stderr.write(out.stderr); }