mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
ci: splitter fix try 2
This commit is contained in:
parent
7e55ac4cf9
commit
5dea0ffccf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ try {
|
|||
}
|
||||
|
||||
files["base"] = cssUnixEndings.match(
|
||||
/\/\* BASE THEME START\*\/(.*?)\/\* BASE THEME END \*\//gs
|
||||
/\/\* BASE THEME START\*\/(.*?)\/\* BASE THEME END \*\//s
|
||||
)[1];
|
||||
|
||||
for (const key of Object.keys(parsed.metadata.vars)) {
|
||||
|
|
Loading…
Reference in a new issue