15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
error:
|
|
… in the argument of the not operator
|
|
at /pwd/lang/eval-fail-not-throws.nix:1:1:
|
|
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!
|