mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-05 05:30:04 +00:00
commit
b4fb7bb20f
@ -210,7 +210,7 @@ function multishell.getCurrent()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function multishell.launch( tProgramEnv, sProgramPath, ... )
|
function multishell.launch( tProgramEnv, sProgramPath, ... )
|
||||||
if type( tProgramArgs ) ~= "table" then
|
if type( tProgramEnv ) ~= "table" then
|
||||||
error( "bad argument #1 (expected table, got " .. type( tProgramEnv ) .. ")", 2 )
|
error( "bad argument #1 (expected table, got " .. type( tProgramEnv ) .. ")", 2 )
|
||||||
end
|
end
|
||||||
if type( sProgramPath ) ~= "string" then
|
if type( sProgramPath ) ~= "string" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user