mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 18:58:19 +02:00
Paths can be displayed as strings.
This commit is contained in:
@ -127,7 +127,7 @@ pub fn config(
|
||||
let path = config::default_path_for(&configuration)?;
|
||||
|
||||
return Ok(stream![Tagged::from_simple_spanned_item(
|
||||
Value::string(path.to_string_lossy()),
|
||||
Value::Primitive(Primitive::Path(path)),
|
||||
span
|
||||
)]
|
||||
.from_input_stream());
|
||||
|
Reference in New Issue
Block a user