v0.2.0 - Added startup apps and an event handler process (unfinished)
This commit is contained in:
@@ -4,7 +4,7 @@ local component
|
||||
if loadfile then
|
||||
component = loadfile("/halyde/lib/component.lua")(loadfile)
|
||||
else
|
||||
component = require("component")
|
||||
component = import("component")
|
||||
end
|
||||
|
||||
local filesystem = {}
|
||||
|
||||
Reference in New Issue
Block a user