Skip to content

Commit 82b3336

Browse files
yuri-kulikovMax
authored andcommitted
Deleted 'chmod' command as not necessary and caused 'Too many open files in system' (microsoft#1388)
1 parent 463fafa commit 82b3336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/create-app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ function optimizeToTestInDebugMode() {
178178

179179
function grantAccess(folderPath) {
180180
execSync('chown -R `whoami` ' + folderPath);
181-
execSync('chmod -R 755 ' + folderPath);
182181
}
183182

184183
function copyRecursiveSync(src, dest) {

0 commit comments

Comments
 (0)