Skip to content

Commit

Permalink
Deleted 'chmod' command as not necessary and caused 'Too many open fi…
Browse files Browse the repository at this point in the history
…les in system' (#1388)
  • Loading branch information
yuri-kulikov authored and Max committed Aug 27, 2018
1 parent 463fafa commit 82b3336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Examples/create-app.js
Expand Up @@ -178,7 +178,6 @@ function optimizeToTestInDebugMode() {

function grantAccess(folderPath) {
execSync('chown -R `whoami` ' + folderPath);
execSync('chmod -R 755 ' + folderPath);
}

function copyRecursiveSync(src, dest) {
Expand Down

0 comments on commit 82b3336

Please sign in to comment.