From fb5d8040ec75366cfa779e25d0f907708be85ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 30 Sep 2024 17:42:59 +0200 Subject: [PATCH] debug cmds --- tools/cli/dev-bundle-bin-commands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/cli/dev-bundle-bin-commands.js b/tools/cli/dev-bundle-bin-commands.js index 98c2910925..f8ae85ba02 100644 --- a/tools/cli/dev-bundle-bin-commands.js +++ b/tools/cli/dev-bundle-bin-commands.js @@ -31,6 +31,8 @@ async function getChildProcess({ isFirstTry }) { return null; } + console.log('-> cmd', cmd); + const child = require("child_process").spawn(cmd, args, { stdio: "inherit", env: env,