From 8733f53b6b112e91ecae05c40f7c7e177e30e49e Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Fri, 28 Nov 2025 10:58:10 +0100 Subject: [PATCH] Debug build --- build.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.js b/build.js index e5e9f7d..3e813ef 100644 --- a/build.js +++ b/build.js @@ -70,6 +70,8 @@ async function copyAndModifyPackageJson() { } function buildSafeChainBinary(target) { + // eslint-disable-next-line no-console + console.error("Target: " + target); return new Promise((resolve, reject) => { const pkg = spawn("pkg", ["./build/package.json", `--target=${target}`], { stdio: "inherit",