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