Fix bug
This commit is contained in:
parent
e35e8d8d24
commit
477efa4ff6
@ -4,7 +4,7 @@ curjob = 69
|
||||
while true do
|
||||
print("From what index do you want to resume jobs?")
|
||||
x = read()
|
||||
if x then
|
||||
if tonumber(x) then
|
||||
curjob = tonumber(x)
|
||||
break
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user