mirror of
https://github.com/appium/appium.git
synced 2026-05-21 11:28:47 -05:00
fix(support): Allow temp dir which do not have a parent folder (#20440)
This commit is contained in:
@@ -31,7 +31,7 @@ async function tempDir() {
|
||||
);
|
||||
// creates a temp directory using the date and a random string
|
||||
|
||||
await fs.mkdir(filePath);
|
||||
await fs.mkdir(filePath, {recursive: true});
|
||||
|
||||
return filePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user