Deleted 'chmod' command as not necessary and caused 'Too many open files in system' (#1388)

This commit is contained in:
Yuri Kulikov
2018-08-27 09:59:19 +03:00
committed by Max
parent 463fafae67
commit 82b3336adb

View File

@@ -178,7 +178,6 @@ function optimizeToTestInDebugMode() {
function grantAccess(folderPath) {
execSync('chown -R `whoami` ' + folderPath);
execSync('chmod -R 755 ' + folderPath);
}
function copyRecursiveSync(src, dest) {