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

fix: issue with for .. in .. loop returning undefined value instead #88

Merged
merged 2 commits into from
Feb 29, 2024

Commits on Feb 29, 2024

  1. refactor: make catch_undef more flexible

    Now `catch_undef` can be used with blocks that return any type (including blocks that return nothing), and the result returned by the `catch_undef` block in case of exception can be customized.
    plusvic committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1fa8513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1099b02 View commit details
    Browse the repository at this point in the history