blob: fc81f7277e1bfc33f1bb345eb3fa7969dbf38447 (
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|
… while calling the 'throw' builtin
at /pwd/lang/eval-fail-not-throws.nix:1:4:
1| ! (throw "uh oh!")
| ^
2|
error: uh oh!
|