blob: 5882a260a39c7026d94352b90d3521b766b5da68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error:
… in the argument of the not operator
at /pwd/lang/eval-fail-not-throws.nix:1:4:
1| ! (throw "uh oh!")
| ^
2|
… caused by explicit throw
at /pwd/lang/eval-fail-not-throws.nix:1:4:
1| ! (throw "uh oh!")
| ^
2|
error: uh oh!
|