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