Merge pull request #33705 from overleaf/mj-clsi-cwd-for-conversions

[clsi] Add cwd argument to CommandRunner and use to simplify conversions

GitOrigin-RevId: 5333e3262a99e602ab5470ae1e23facb5b28a170
This commit is contained in:
Mathias Jakobsen
2026-05-18 13:40:47 +01:00
committed by Copybot
parent c0111fec29
commit ce6f9b8e8c
6 changed files with 178 additions and 39 deletions

View File

@@ -73,6 +73,7 @@ function runLatex(projectId, options, callback) {
timeout,
environment,
compileGroup,
null,
function (error, output) {
delete ProcessTable[id]
if (error) {