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,