diff options
-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 |