diff options
| author | rebecca <ubq323@ubq323.website> | 2026-09-17 20:54:44 +0100 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-09-17 20:54:44 +0100 |
| commit | 6c5d5fec129a29c6250b094f46881cfa5aaadcc7 (patch) | |
| tree | b66161fccfa91180e937f0689763f2124a4af97b /web/fail.lua | |
| parent | 7f60b7c4e8d99f97a0a24b60bd4c4fd15697a4bb (diff) | |
web: import from m1msq 15b348f
Diffstat (limited to 'web/fail.lua')
| -rw-r--r-- | web/fail.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
