mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] switch /status/compiler/:projectId to compile from history (#32458)
GitOrigin-RevId: d55b0078a3fa59af4f8f1eb60d29d2dc68397f9a
This commit is contained in:
@@ -1176,7 +1176,11 @@ async function initialize(webRouter, privateApiRouter, publicApiRouter) {
|
||||
CompileManager.compile(
|
||||
projectId,
|
||||
testUserId,
|
||||
{ metricsPath: 'health-check' },
|
||||
{
|
||||
metricsPath: 'health-check',
|
||||
compileFromHistory: true,
|
||||
rootResourcePath: 'main.tex',
|
||||
},
|
||||
function (error, status, _outputFiles, clsiServerId) {
|
||||
if (handler) {
|
||||
clearTimeout(handler)
|
||||
|
||||
Reference in New Issue
Block a user