diff options
author | rebecca “wiggles” turner <rbt@sent.as> | 2024-04-10 15:40:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-04-10 15:40:03 +0000 |
commit | 99845e0e01eaa2120b10c22591c43c4305f5ba51 (patch) | |
tree | 0dae19d8a47e008281c886f7d115caf4f43703c9 /doc | |
parent | 784a46654cb661582b97f90640dcb145986f6981 (diff) | |
parent | 9e7e927837f205fbd00769a47f39e5946ea931b7 (diff) |
Merge "Print top-level errors normally in `nix repl`" into main
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/better-errors-in-nix-repl.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/rl-next/better-errors-in-nix-repl.md b/doc/manual/rl-next/better-errors-in-nix-repl.md index 3eefdbcbb..14ead8d0c 100644 --- a/doc/manual/rl-next/better-errors-in-nix-repl.md +++ b/doc/manual/rl-next/better-errors-in-nix-repl.md @@ -1,6 +1,7 @@ --- synopsis: Concise error printing in `nix repl` prs: 9928 +cls: 811 --- Previously, if an element of a list or attribute set threw an error while |