mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
error on missing profile
This commit is contained in:
parent
8464ce33a1
commit
6c98c7af4a
1 changed files with 3 additions and 2 deletions
|
@ -87,10 +87,11 @@ if (process.env.DOCKER_RUNNER) {
|
|||
JSON.parse(require('fs').readFileSync(seccompProfilePath))
|
||||
)
|
||||
} catch (error) {
|
||||
console.log(
|
||||
console.error(
|
||||
error,
|
||||
`could not load seccom profile from ${seccompProfilePath}`
|
||||
`could not load seccomp profile from ${seccompProfilePath}`
|
||||
)
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
module.exports.path.synctexBaseDir = () => '/compile'
|
||||
|
|
Loading…
Reference in a new issue