fix: Think I fixed the weird movements

This commit is contained in:
TJ DeVries
2020-08-29 22:55:48 -04:00
parent fc534a58d8
commit 9bb62777b2
4 changed files with 19 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ function Finder:_find(prompt, process_result, process_complete)
self.job:shutdown()
end
log.info("Finding...")
log.trace("Finding...")
if self.static and self.done then
log.info("Using previous results")
for _, v in ipairs(self._cached_lines) do