Skip to content

Commit 58fdaf5

Browse files
committed
print args
1 parent b0840a8 commit 58fdaf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-e2e-tests/installers/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export function execute(
77
options?: SpawnOptions
88
): Promise<void> {
99
return new Promise((resolve, reject) => {
10+
console.log(command, ...args);
1011
const p = spawn(command, args, {
1112
stdio: 'inherit',
1213
...options,

0 commit comments

Comments
 (0)