mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Add aggregate initialization
This commit is contained in:
parent
be15f69522
commit
2aebaf5abb
9 changed files with 139 additions and 36 deletions
|
|
@ -1,7 +1,6 @@
|
|||
local function get_path(s)
|
||||
if string.sub(s, #s - 4, #s) == ".luau" then
|
||||
s = string.sub(s, 1, #s - 5)
|
||||
print("test, ", s)
|
||||
end
|
||||
|
||||
return string.split(s, string.match(s, "%w+/") and "/" or ".")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue