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