Skip to content

Commit 1306065

Browse files
committed
Always run both loaders
How did I miss this? How did this work before??? I have a bad feeling this may break pro.
1 parent bf9b013 commit 1306065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/core/module_manager/loading.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def load_modules(path, options={})
117117
loaders.each do |loader|
118118
if loader.loadable?(path)
119119
count_by_type = loader.load_modules(path, options)
120-
121-
break
122120
end
123121
end
124122

0 commit comments

Comments
 (0)