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

Catch errors thrown by Intl formatters #81

Merged
merged 1 commit into from
Oct 17, 2017

Commits on Oct 17, 2017

  1. Catch errors thrown by Intl formatters

    Intl formatters may throw errors when constructed (if unrecognized
    options are passed) or in format() if the formatted value is not
    supported.
    
    This is a simple fix which simply catches those errors.  The real fix
    should report them, for instance into env.errors, but it's not clear to
    me right now how to do this right.
    stasm committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    72d4a2c View commit details
    Browse the repository at this point in the history