From fcb6fbf8c117ae745d8f072da70dc48f1f8ad5cb Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Mon, 25 Sep 2017 17:07:18 -0400 Subject: [PATCH] better startup --- sys/boot/multishell.boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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