made autorun not crash the system. kinda important

This commit is contained in:
Izaya 2017-09-23 18:52:09 +10:00 committed by Izaya
parent c9f64c00c7
commit 690101d41c
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)