changed the projects filesystem to use require() instead of loadfile()
currently preparing for a better package manager/installer
This commit is contained in:
4
oldVersions/lastVersion/source/loader.lua
Normal file
4
oldVersions/lastVersion/source/loader.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local absolutePath = "source"
|
||||
local basalt = dofile(fs.combine(absolutePath, "packager.lua"))
|
||||
|
||||
return (load(basalt, "t")())
|
||||
Reference in New Issue
Block a user