mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 17:15:51 +02:00
@@ -37,7 +37,7 @@ fn debug_value(
|
||||
Ok(input
|
||||
.values
|
||||
.map(|v| {
|
||||
ReturnSuccess::value(UntaggedValue::string(format!("{:?}", v)).into_untagged_value())
|
||||
ReturnSuccess::value(UntaggedValue::string(format!("{:#?}", v)).into_untagged_value())
|
||||
})
|
||||
.to_output_stream())
|
||||
}
|
||||
|
Reference in New Issue
Block a user