@@ -60,7 +60,9 @@ return function(opts)
|
||||
for line in stdout:iter(true) do
|
||||
line_num = line_num + 1
|
||||
local entry = entry_maker(line)
|
||||
entry.index = line_num
|
||||
if entry then
|
||||
entry.index = line_num
|
||||
end
|
||||
if process_result(entry) then
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user