Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Upgrade to Require 2.1.1 and catch errors during extension loading #1968

Merged
merged 2 commits into from
Oct 29, 2012

Commits on Oct 26, 2012

  1. Upgrade to Require 2.1.1 and reliably catch errors during extension l…

    …oading
    
    (ensuring APP_READY fires even if an extension is broken).
    
    Also: ensure APP_READY fires in the event the entire extensions dir is
    inaccessible; and improve reporting of exceptions thrown by APP_READY or
    HTML_READY handlers.
    peterflynn committed Oct 26, 2012
    Configuration menu
    Copy the full SHA
    c2e5a17 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2012

  1. Only use console.error() once per caught exception.

    Fix JSLint error that was introduced by 301289b.
    peterflynn committed Oct 29, 2012
    Configuration menu
    Copy the full SHA
    d26ff6d View commit details
    Browse the repository at this point in the history