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: Log compiler errors in js config files #915

Closed
wants to merge 2 commits into from

Commits on Nov 4, 2020

  1. fix: Log compiler errors in js config files

    Before this change javascript config files that had compilation errors or that threw their own errors wouldn't report the error, making debugging a mite more difficult than it should be: instead you'd get a useless "TypeError: Cannot read property 'errors' of undefined" message.  Now if the javascript config file tosses its cookies for whatever reason we can read what that reason was.
    kf6kjg committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c7db96d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    1ef770d View commit details
    Browse the repository at this point in the history