forked from izaya/OC-PsychOS2
made ps() use the t environment variable rather than task param
This commit is contained in:
parent
1ba6cd3ade
commit
c27b20bc59
@ -1,4 +1,4 @@
|
|||||||
print("PID# VTY# Name")
|
print("PID# VTY# Name")
|
||||||
for k,v in pairs(tTasks) do
|
for k,v in pairs(tTasks) do
|
||||||
print(string.format("%4d %4d %s",k,v.t or 1,v.n))
|
print(string.format("%4d %4d %s",k,v.e.t or 0,v.n))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user