mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into MC1.7
This commit is contained in:
commit
d1d9a79bc9
@ -448,6 +448,7 @@ function shell.running(level)
|
||||
local process = findProcess()
|
||||
while level > 1 and process do
|
||||
process = process.parent
|
||||
level = level - 1
|
||||
end
|
||||
if process then
|
||||
return process.path, process.env, process.command
|
||||
|
Loading…
x
Reference in New Issue
Block a user