diff --git a/sys/boot/multishell.boot b/sys/boot/multishell.boot index 61ab686..bbdfc57 100644 --- a/sys/boot/multishell.boot +++ b/sys/boot/multishell.boot @@ -17,7 +17,8 @@ local function run(file, ...) end if not s then - error(m or ('Error running ' .. file)) + printError('Error loading ' .. file) + error(m) end return m end