Merge pull request #8286 from overleaf/em-halt-on-error-backend

Stop on first error backend implementation

GitOrigin-RevId: 497b1ed2c13f544760d8ad8d029359db75275389
This commit is contained in:
Eric Mc Sween
2022-06-06 07:41:36 -04:00
committed by Copybot
parent bda307fbb5
commit baaf4d4240
10 changed files with 228 additions and 177 deletions

View File

@@ -198,6 +198,7 @@ function doCompile(request, callback) {
flags: request.flags,
environment: env,
compileGroup: request.compileGroup,
stopOnFirstError: request.stopOnFirstError,
},
(error, output, stats, timings) => {
// request was for validation only