From 6c5d5fec129a29c6250b094f46881cfa5aaadcc7 Mon Sep 17 00:00:00 2001 From: rebecca Date: Thu, 17 Sep 2026 20:54:44 +0100 Subject: web: import from m1msq 15b348f --- web/fail.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/fail.lua (limited to 'web/fail.lua') diff --git a/web/fail.lua b/web/fail.lua new file mode 100644 index 0000000..0201cc9 --- /dev/null +++ b/web/fail.lua @@ -0,0 +1 @@ +return function(status) error({fail=true,status=status,tb=debug.traceback(nil,2)},2) end -- cgit v1.2.3