Skip to content
Snippets Groups Projects
  • Michael Hamann's avatar
    6b0ec830
    In debug mode: catch and log JS errors with file information · 6b0ec830
    Michael Hamann authored
    When debugging is enabled (allowdebug enabled) JS errors are now catched
    for each non-core JS file and logged with the additional information
    from which file they came. This should make it easier to find out which
    plugin is the cause for broken JS code. The feature isn't enabled by
    default as defining functions inside try-clauses isn't allowed in strict
    mode and causes a warning at least in Firefox.
    6b0ec830
    History
    In debug mode: catch and log JS errors with file information
    Michael Hamann authored
    When debugging is enabled (allowdebug enabled) JS errors are now catched
    for each non-core JS file and logged with the additional information
    from which file they came. This should make it easier to find out which
    plugin is the cause for broken JS code. The feature isn't enabled by
    default as defining functions inside try-clauses isn't allowed in strict
    mode and causes a warning at least in Firefox.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.