mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:45:08 +02:00
Finish removing profile
command and related data (#10807)
This commit is contained in:
@ -289,11 +289,9 @@ fn to_html(
|
||||
})
|
||||
.collect();
|
||||
return Ok(
|
||||
Value::list(result, head).into_pipeline_data_with_metadata(Box::new(
|
||||
PipelineMetadata {
|
||||
data_source: DataSource::HtmlThemes,
|
||||
},
|
||||
)),
|
||||
Value::list(result, head).into_pipeline_data_with_metadata(PipelineMetadata {
|
||||
data_source: DataSource::HtmlThemes,
|
||||
}),
|
||||
);
|
||||
} else {
|
||||
let theme_span = match &theme {
|
||||
|
Reference in New Issue
Block a user