Skip to content

Commit

Permalink
fetch_searcher must return the function
Browse files Browse the repository at this point in the history
  • Loading branch information
Frityet authored Feb 27, 2024
1 parent c0031c4 commit 9726eb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fsroot/lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ local function fetch_searcher(extension, is_native)
if not ok then
error("Could not load: "..(err or "Unknown error"))
end
end

return ok
end
end

table.insert(checked_paths, test_path)
Expand Down

0 comments on commit 9726eb2

Please sign in to comment.