diff --git a/boot/boot.js b/boot/boot.js index 7c144a4a5..81a67f5c2 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -687,7 +687,7 @@ $tw.modules.execute = function(moduleName,moduleRoot) { moduleInfo.exports = moduleInfo.definition; } } catch(e) { - $tw.utils.error("Error executing boot module " + name + ":\n" + e); + $tw.utils.error("Error executing boot module " + name + ":\n" + e.stack); } } // Return the exports of the module