util/error.lua
changeset 11102 5b778ec095f0
parent 11099 1ea3574b19c8
child 11104 3aa06cdd2dc8
--- a/util/error.lua	Mon Sep 28 18:36:00 2020 +0200
+++ b/util/error.lua	Mon Sep 28 19:26:48 2020 +0200
@@ -73,6 +73,8 @@
 
 local function init(source, registry)
 	return {
+		source = source;
+		registry = registry;
 		new = function (e, context)
 			return new(e, context, registry, source);
 		end;