mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user