diff options
| author | Thomas BrĂ¼derli | 2008-08-26 07:21:56 +0000 |
|---|---|---|
| committer | Thomas BrĂ¼derli | 2008-08-26 07:21:56 +0000 |
| commit | 0b0303ab7526fdee1c0e445b4ac14f131bed090d (patch) | |
| tree | d96afaee792d8a3029247b59812a807b71ea934f /itjs | |
| parent | e3cb3942b45cd90dc310988815920b692cf22848 (diff) | |
| download | itools-0b0303ab7526fdee1c0e445b4ac14f131bed090d.tar.gz itools-0b0303ab7526fdee1c0e445b4ac14f131bed090d.tar.bz2 itools-0b0303ab7526fdee1c0e445b4ac14f131bed090d.zip | |
More debug info for it_boot errors
Diffstat (limited to 'itjs')
| -rw-r--r-- | itjs/boot.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/itjs/boot.js b/itjs/boot.js index 6f3e7bc..d25a800 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -34,6 +34,8 @@ function it_catcherr(msg, url, line) if (typeof window.it_loader != 'undefined' && it_loader.sequence) stacktrace += "it_loader=" + it_loader.sequence + ";"; + stacktrace += "it_boot_status=" + it_boot_status + ";it_boot_file=" + it_boot.file; + it_boot_report(msg, url, line, stacktrace); return !window.env || !!window.env.is_live_server; // No env or live server -> suppress error |