[MM-23332] fix eslint (#1238)
* fix eslint packages * fix eslint rules * more eslint fixes
This commit is contained in:
@@ -14,7 +14,7 @@ exports.default = async function afterPack(context) {
|
||||
const result = await spawn('chmod', [SETUID_PERMISSIONS, path.join(context.appOutDir, 'chrome-sandbox')]);
|
||||
if (result.code !== 0) {
|
||||
throw new Error(
|
||||
`Failed to set proper permissions for linux arch on ${target.name}`
|
||||
`Failed to set proper permissions for linux arch on ${target.name}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user