mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
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 = {
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue