Skip to content

Commit a1db900

Browse files
committed
list app support dir
1 parent 6809cf9 commit a1db900

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/compass-e2e-tests/installers/mac-dmg.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ export async function installMacDMG(
4848
console.log(`${settingsDir} already exists. Removing.`);
4949
await execute('rm', ['-rf', settingsDir]);
5050
}
51+
52+
const appSupportDir = path.resolve(
53+
process.env.HOME,
54+
'Library',
55+
'Application Support'
56+
);
57+
await execute('ls', ['-la', appSupportDir]);
5158
}
5259

5360
return Promise.resolve({

0 commit comments

Comments
 (0)