core: update pipeline api usage

This commit is contained in:
2026-05-30 19:53:15 +01:00
parent 1710f705e9
commit 531191ab52
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -56,11 +56,7 @@ static enum bshell_status process_record(
continue;
}
bshell_verb_ref(verb);
bshell_pipeline_write_value(
pipeline,
fx_value_ref_copy_return(v),
false);
bshell_pipeline_write_value(pipeline, *v, false);
break;
} while (1);