index
:
r
trunk
miscellaneous lua utilities
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
fail.lua
blob: 0201cc97c705c7ede5fdbed12822fd692debca9c (
plain
)
1
return function
(
status
)
error
({
fail
=
true
,
status
=
status
,
tb
=
debug
.
traceback
(
nil
,
2
)},
2
)
end