diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ function init () wifi.setmode(wifi.NULLMODE, false) local l, r = pcall(require, "run") if not l then - print("run.lua not found") + print("Could not load run.lua:", r) return end RUN = r |