mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix lint
This commit is contained in:
@@ -54,17 +54,14 @@ module.exports = function(packagedAppPath) {
|
||||
|
||||
try {
|
||||
fs.chmodSync(
|
||||
path.join(
|
||||
rpmPackageApplicationDirPath,
|
||||
'chrome-sandbox'
|
||||
),
|
||||
path.join(rpmPackageApplicationDirPath,·'chrome-sandbox'),
|
||||
'4755'
|
||||
);
|
||||
} catch (ex) {
|
||||
console.log('Chmod failed');
|
||||
|
||||
spawnSync('find', [rpmPackageDirPath, '-name', 'chrome-sandbox'], {
|
||||
stdio: 'inherit',
|
||||
stdio: 'inherit'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user