mirror of
https://github.com/kepler155c/opus
synced 2025-10-22 11:17:40 +00:00
better startup
This commit is contained in:
@@ -236,7 +236,7 @@ if #tArgs > 0 then
|
||||
-- "shell x y z"
|
||||
-- Run the program specified in this new shell
|
||||
local s, m = shell.run( ... )
|
||||
if not s and m ~= 'Terminated' then
|
||||
if not s and m and m ~= 'Terminated' then
|
||||
error(m or '')
|
||||
end
|
||||
return s, m
|
||||
|
Reference in New Issue
Block a user