In-depth search first.
This commit is contained in:
parent
3dec5a086c
commit
30a68eff2f
@ -83,7 +83,7 @@ class FindApplication
|
|||||||
|
|
||||||
if representation.type == "Directory"
|
if representation.type == "Directory"
|
||||||
Dir.each_child(cur) do |c|
|
Dir.each_child(cur) do |c|
|
||||||
@to_search << "#{cur}/#{c}"
|
@to_search.insert 0, "#{cur}/#{c}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user