mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
parent
00c0327031
commit
c3e466e464
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue