mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Handle no splitTestVariants metadata
GitOrigin-RevId: c59262c51cffc92a38e40c1e3f08a92e5fa030b0
This commit is contained in:
committed by
Copybot
parent
49737c6ea8
commit
ac30c10c7c
@@ -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',
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user