v0.3.1 bugfix #1

Merged
Ponali merged 2 commits from main into main 2025-04-08 18:06:12 +00:00
Showing only changes of commit 247d32112c - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ... local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile) local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 0.2.0" _G._OSVERSION = "Halyde 0.3.1"
function _G.import(module, ...) function _G.import(module, ...)
local args = table.pack(...) local args = table.pack(...)