Skip to content

Commit

Permalink
change permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao committed Jan 6, 2017
1 parent e90ef53 commit 6b45e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/screenshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Screenshot {
storeScreenshot(png: any) {
var dir = path.resolve(this.dir, 'screenshots');
if (!fs.existsSync(dir)) {
fs.mkdirSync(dir, '777');
fs.mkdirSync(dir, '744');
}

if (fs.existsSync(dir)) {
Expand Down

0 comments on commit 6b45e60

Please sign in to comment.