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 6809cf9 commit a1db900Copy full SHA for a1db900
packages/compass-e2e-tests/installers/mac-dmg.ts
@@ -48,6 +48,13 @@ export async function installMacDMG(
48
console.log(`${settingsDir} already exists. Removing.`);
49
await execute('rm', ['-rf', settingsDir]);
50
}
51
+
52
+ const appSupportDir = path.resolve(
53
+ process.env.HOME,
54
+ 'Library',
55
+ 'Application Support'
56
+ );
57
+ await execute('ls', ['-la', appSupportDir]);
58
59
60
return Promise.resolve({
0 commit comments