Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement error/0 and fix try catch against non-string errors #237

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented Nov 22, 2022

I implemented error/0 function; jq -n '"message" | error'. I also fixed JsonQueryUserException so that try error catch . correctly works against non-strings; jq -n '{x:0} | try error catch .'.

Copy link
Owner

@eiiches eiiches left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you very much for working on this.

@eiiches eiiches merged commit 1da6e8b into eiiches:develop/1.x Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants