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