core: update pipeline api usage
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user