fix(test): make plugin loader theme source path separator-safe (#22870)
This commit is contained in:
parent
370770122c
commit
9afbdc102c
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ export default {
|
||||||
const localOpts = {
|
const localOpts = {
|
||||||
fn_marker: tmp.extra.fnMarker,
|
fn_marker: tmp.extra.fnMarker,
|
||||||
marker: tmp.extra.localMarker,
|
marker: tmp.extra.localMarker,
|
||||||
source: tmp.extra.localDest.replace(".opencode/themes/", ""),
|
source: path.join(tmp.path, tmp.extra.localThemeFile),
|
||||||
dest: tmp.extra.localDest,
|
dest: tmp.extra.localDest,
|
||||||
theme_path: `./${tmp.extra.localThemeFile}`,
|
theme_path: `./${tmp.extra.localThemeFile}`,
|
||||||
theme_name: tmp.extra.localThemeName,
|
theme_name: tmp.extra.localThemeName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue