mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 05:44:22 +02:00
Finish removing profile
command and related data (#10807)
This commit is contained in:
@ -19,7 +19,7 @@ pub fn collect_pipeline(input: PipelineData) -> (Vec<String>, Vec<Vec<Value>>) {
|
||||
metadata,
|
||||
span,
|
||||
..
|
||||
} => collect_external_stream(stdout, stderr, exit_code, metadata.map(|m| *m), span),
|
||||
} => collect_external_stream(stdout, stderr, exit_code, metadata, span),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user