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

Correct message annotation on early js errors #47889

Closed
wants to merge 1 commit into from

Commits on Nov 21, 2024

  1. Correct message annotation on early js errors

    Summary:
    ## Context
    When is the runtime ready?
    - After the main bundle finishes executing **without** raising a fatal javascript error
    
    ## Changes
    Let's decorate all errors reported while the runtime is not ready as "[runtime not ready]".
    
    
    Changelog: [Internal]
    
    Reviewed By: mdvacca
    
    Differential Revision: D66316907
    RSNara authored and facebook-github-bot committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    da29b6d View commit details
    Browse the repository at this point in the history