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 b0840a8 commit 58fdaf5Copy full SHA for 58fdaf5
packages/compass-e2e-tests/installers/helpers.ts
@@ -7,6 +7,7 @@ export function execute(
7
options?: SpawnOptions
8
): Promise<void> {
9
return new Promise((resolve, reject) => {
10
+ console.log(command, ...args);
11
const p = spawn(command, args, {
12
stdio: 'inherit',
13
...options,
0 commit comments