1
0

Standard version
Some checks failed
Lua Library / Lua-Testing (push) Failing after 5s
Lua Library / Static-Analysis (push) Successful in 3s

This commit is contained in:
Jon Michael Aanes 2024-07-06 23:32:04 +02:00
parent b0127b132f
commit 3e72123587
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -1,2 +1,5 @@
local _VERSION = '0.5.0'
return require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors')
local errors = require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors')
errors._VERSION = _VERSION
return errors