Skip to content

Commit 9e91aa4

Browse files
committed
log
1 parent ce51cb2 commit 9e91aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/local.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async function run_script(
7373
const command = commandExistsSync(executable_name)
7474
? executable_name
7575
: path.join(executable_path, executable_name)
76+
console.log("run_script", command, args)
7677
const child = child_process.spawn(command, args, {
7778
encoding: "utf8",
7879
shell: true,

0 commit comments

Comments
 (0)