1
0
errors/init.lua
Jon Michael Aanes 3e72123587
Some checks failed
Lua Library / Lua-Testing (push) Failing after 5s
Lua Library / Static-Analysis (push) Successful in 3s
Standard version
2024-07-06 23:32:04 +02:00

6 lines
145 B
Lua

local _VERSION = '0.5.0'
local errors = require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors')
errors._VERSION = _VERSION
return errors