This commit is contained in:
IonutParau 2025-06-27 20:54:48 +02:00
parent 6a21b83d5a
commit cfcc06ead0

View File

@ -394,7 +394,9 @@ sandbox = {
utf8 = copy(utf8),
unicode = copy(unicode, {
wtrunc = function(s) return s end,
wtrunc = function(s, count)
return unicode.sub(s, 1, count)
end,
}),
checkArg = checkArg,
component = libcomponent,