In-depth search first.

master
Karchnu 2020-11-29 20:57:04 +01:00
parent 3dec5a086c
commit 30a68eff2f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class FindApplication
if representation.type == "Directory"
Dir.each_child(cur) do |c|
@to_search << "#{cur}/#{c}"
@to_search.insert 0, "#{cur}/#{c}"
end
end