Merge pull request #174 from overleaf/bg-error-on-missing-profile

error on missing profile
This commit is contained in:
Brian Gough 2020-06-12 09:28:06 +01:00 committed by GitHub
commit 603d9fdead

View file

@ -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'