mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Handle no splitTestVariants metadata
GitOrigin-RevId: c59262c51cffc92a38e40c1e3f08a92e5fa030b0
This commit is contained in:
parent
fcf9c92160
commit
092ef7925c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export const handleLogFiles = async (outputFiles, data, signal) => {
|
|||
{
|
||||
ignoreDuplicates: true,
|
||||
oldRegexes:
|
||||
getMeta('ol-splitTestVariants')['latex-log-parser'] !== 'new',
|
||||
getMeta('ol-splitTestVariants')?.['latex-log-parser'] !== 'new',
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue