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

Commit 82b3336

Browse files
yuri-kulikovMax
authored and
Max
committed
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

-1
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)