Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

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' (microsoft#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
Original file line number Diff line number Diff line change
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.