From 0b0303ab7526fdee1c0e445b4ac14f131bed090d Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Tue, 26 Aug 2008 07:21:56 +0000 Subject: More debug info for it_boot errors --- itjs/boot.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'itjs') 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 -- cgit v1.2.3