Fix group target

This commit is contained in:
Aoran Zeng
2025-08-10 20:14:30 +08:00
parent 827a26951b
commit 915dbe1477
12 changed files with 37 additions and 31 deletions

View File

@@ -43,9 +43,9 @@ pl_js_pnpm_getsrc (char *option)
void
pl_js_pnpm_setsrc (char *option)
{
chsrc_yield_source (pl_js_group);
Source_t source = chsrc_yield_source (pl_js_group_target, option);
if (chsrc_in_standalone_mode())
chsrc_confirm_source();
chsrc_confirm_source(&source);
char *cmd = NULL;