1
0

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

This commit is contained in:
Jon Michael Aanes 2024-07-06 23:42:07 +02:00
parent 99ce47f831
commit 5ebea27e3b
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -1,2 +1,5 @@
local _VERSION = '0.5.0'
return assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
local assert_gooder = assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
assert_gooder._VERSION = _VERSION
return assert_gooder