util/error.lua
changeset 11085 0b68697450c5
parent 11084 ba77c142c9b1
child 11093 35d2260644d9
--- a/util/error.lua	Fri Sep 25 16:39:22 2020 +0100
+++ b/util/error.lua	Sat Sep 26 17:16:34 2020 +0200
@@ -43,6 +43,7 @@
 				type = e.type;
 				condition = e.condition;
 				text = e.text;
+				extra = e.extra;
 			};
 		else
 			template = {};
@@ -61,6 +62,7 @@
 		condition = template.condition or "undefined-condition";
 		text = template.text;
 		code = template.code;
+		extra = template.extra;
 
 		context = context;
 		source = source;