mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Merge pull request #9931 from 9999years/pretty-printer
Pretty-print values in the REPL
This commit is contained in:
commit
d857914e1a
6 changed files with 195 additions and 23 deletions
|
@ -6,4 +6,4 @@ error:
|
|||
| ^
|
||||
10|
|
||||
|
||||
error: cannot coerce a set to a string: { a = { a = { a = { a = "ha"; b = "ha"; c = "ha"; d = "ha"; e = "ha"; f = "ha"; g = "ha"; h = "ha"; j = "ha"; }; «4294967295 attributes elided»}; «4294967294 attributes elided»}; «4294967293 attributes elided»}
|
||||
error: cannot coerce a set to a string: { a = { a = { a = { a = "ha"; b = "ha"; c = "ha"; d = "ha"; e = "ha"; f = "ha"; g = "ha"; h = "ha"; j = "ha"; }; «4294967295 attributes elided» }; «4294967294 attributes elided» }; «4294967293 attributes elided» }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue