We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce51cb2 commit 9e91aa4Copy full SHA for 9e91aa4
utils/local.js
@@ -73,6 +73,7 @@ async function run_script(
73
const command = commandExistsSync(executable_name)
74
? executable_name
75
: path.join(executable_path, executable_name)
76
+ console.log("run_script", command, args)
77
const child = child_process.spawn(command, args, {
78
encoding: "utf8",
79
shell: true,
0 commit comments