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 53d549b commit a0934c6Copy full SHA for a0934c6
packages/compass-e2e-tests/installers/mac-dmg.ts
@@ -35,7 +35,7 @@ export async function installMacDMG(
35
36
// see if the GUI works
37
const logPath = path.resolve(__dirname, '..', '.log');
38
- await fs.mkdir(logPath);
+ await fs.mkdir(logPath, { recursive: true });
39
const screenshotPath = path.resolve(
40
__dirname,
41
'..',
0 commit comments