made autorun not crash the system. kinda important

This commit is contained in:
Izaya 2017-09-23 18:52:09 +10:00
parent 0f08d6caa0
commit 99b4bc3b71
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
run("/boot/sys/init.lua")
spawn("autorun",function() log(run("/boot/sys/init.lua")) end)