We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea60631 + b7620e1 commit ee57c71Copy full SHA for ee57c71
lib/msf/ui/console/module_command_dispatcher.rb
@@ -240,9 +240,6 @@ def check_simple(instance=nil)
240
rescue ::RuntimeError => e
241
# Some modules raise RuntimeError but we don't necessarily care about those when we run check()
242
elog("#{e.message}\n#{e.backtrace.join("\n")}")
243
- rescue Msf::OptionValidateError => e
244
- print_error("{peer} - Check failed: #{e.message}")
245
- elog("#{e.message}\n#{e.backtrace.join("\n")}")
246
rescue ::Exception => e
247
print_error("Check failed: #{e.class} #{e}")
248
0 commit comments