1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-11-27 12:18:06 +11:00
LuaComp/src/directives/error.lua

3 lines
58 B
Lua
Raw Normal View History

2019-12-15 08:23:07 +11:00
function directives.error(env, err)
return false, err
end