chore: run make build to resolve linter error

This commit is contained in:
Lukas Mracek 2026-02-25 22:41:06 +00:00 committed by Mario Minardi
parent 127daded26
commit 564fe381c8

2
dist/index.js generated vendored
View file

@ -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);
}