mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #12199 from overleaf/em-revert-12066
Revert "Merge pull request #12066 from overleaf/em-multibib-errors" GitOrigin-RevId: 8ba55849c54d61e62c80882fd53773ea3fd19948
This commit is contained in:
parent
ecb1aaf60d
commit
650fe7b662
1 changed files with 2 additions and 8 deletions
|
@ -99,15 +99,9 @@ export const handleLogFiles = async (outputFiles, data, signal) => {
|
|||
}
|
||||
}
|
||||
|
||||
const blgFiles = []
|
||||
const blgFile = outputFiles.get('output.blg')
|
||||
|
||||
for (const [filename, file] of outputFiles) {
|
||||
if (filename.endsWith('.blg')) {
|
||||
blgFiles.push(file)
|
||||
}
|
||||
}
|
||||
|
||||
for (const blgFile of blgFiles) {
|
||||
if (blgFile) {
|
||||
try {
|
||||
const response = await fetchFromCompileDomain(
|
||||
buildURL(blgFile, data.pdfDownloadDomain, data.enableHybridPdfDownload),
|
||||
|
|
Loading…
Reference in a new issue