this one works, I tested it

This commit is contained in:
Izaya 2023-08-07 13:26:42 +10:00
parent e20123b527
commit 026f2524e6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function fsmanager.start()
run = true run = true
return os.spawn(function() return os.spawn(function()
for addr, _ in component.list("filesystem") do for addr, _ in component.list("filesystem") do
mount(addr) fsmanager.mount(addr)
end end
while run do while run do
local tE = {coroutine.yield()} local tE = {coroutine.yield()}