This commit is contained in:
ThePrimeagen 2021-02-19 08:30:27 -07:00
parent 37a9cefe32
commit f4fb2a5544

View File

@ -51,7 +51,7 @@ function get_index_of(item)
end
if type(item) == 'string' then
for idx = 1, #marked_files do
if marked_files[idx] == item then
if marked_files[idx] == item then
return idx
end
end