mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
wip
This commit is contained in:
parent
b9e3d1ca15
commit
d86fcc90ed
1 changed files with 2 additions and 2 deletions
4
bin/cp-snapshot.js
vendored
4
bin/cp-snapshot.js
vendored
|
|
@ -76,9 +76,9 @@ exec "$SCRIPT_DIR/${params.packager.executableName}.bin" "--no-sandbox" "$@"
|
||||||
await fs.writeFile(executable, loaderScript)
|
await fs.writeFile(executable, loaderScript)
|
||||||
await fs.chmod(executable, 0o755)
|
await fs.chmod(executable, 0o755)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('failed to create loader for sandbox fix: ' + e.message, chalk.red)
|
console.error('failed to create loader for sandbox fix: ' + e.message)
|
||||||
throw new Error('Failed to create loader for sandbox fix')
|
throw new Error('Failed to create loader for sandbox fix')
|
||||||
}
|
}
|
||||||
|
|
||||||
log('sandbox fix successfully applied', chalk.green)
|
console.log('sandbox fix successfully applied')
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue