fix(test): make plugin loader theme source path separator-safe (#22870)

This commit is contained in:
Dax
2026-04-16 14:45:17 -04:00
committed by GitHub
parent 370770122c
commit 9afbdc102c

View File

@@ -331,7 +331,7 @@ export default {
const localOpts = {
fn_marker: tmp.extra.fnMarker,
marker: tmp.extra.localMarker,
source: tmp.extra.localDest.replace(".opencode/themes/", ""),
source: path.join(tmp.path, tmp.extra.localThemeFile),
dest: tmp.extra.localDest,
theme_path: `./${tmp.extra.localThemeFile}`,
theme_name: tmp.extra.localThemeName,