3 lines
64 B
Text
3 lines
64 B
Text
|
|
$ jq -n '"Hello" | if 1 then error else 2 end'
|
||
|
|
jq: error: Hello
|