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:
@@ -623,6 +623,7 @@ describe('ClsiManager', function () {
|
||||
enablePdfCaching: false,
|
||||
flags: undefined,
|
||||
metricsMethod: 'standard',
|
||||
stopOnFirstError: false,
|
||||
}, // "01234567890abcdef"
|
||||
rootResourcePath: 'main.tex',
|
||||
resources: [
|
||||
@@ -718,6 +719,7 @@ describe('ClsiManager', function () {
|
||||
enablePdfCaching: false,
|
||||
flags: undefined,
|
||||
metricsMethod: 'priority',
|
||||
stopOnFirstError: false,
|
||||
},
|
||||
rootResourcePath: 'main.tex',
|
||||
resources: [
|
||||
|
||||
Reference in New Issue
Block a user