aboutsummaryrefslogtreecommitdiff
path: root/tools/file_packager.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/file_packager.py')
-rw-r--r--tools/file_packager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/file_packager.py b/tools/file_packager.py
index a9d2d573..996b544b 100644
--- a/tools/file_packager.py
+++ b/tools/file_packager.py
@@ -92,7 +92,7 @@ for arg in sys.argv[1:]:
code = '''
function assert(check, msg) {
- if (!check) throw msg;
+ if (!check) throw msg + new Error().stack;
}
'''