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 e90ef53 commit 6b45e60Copy full SHA for 6b45e60
e2e/screenshot.ts
@@ -41,7 +41,7 @@ export class Screenshot {
41
storeScreenshot(png: any) {
42
var dir = path.resolve(this.dir, 'screenshots');
43
if (!fs.existsSync(dir)) {
44
- fs.mkdirSync(dir, '777');
+ fs.mkdirSync(dir, '744');
45
}
46
47
if (fs.existsSync(dir)) {
0 commit comments