Troubleshooting

This commit is contained in:
zinduolis
2024-10-27 19:19:05 +10:00
parent 3fdc5b6e2a
commit f3216f16c5

View File

@@ -104,6 +104,8 @@ RSpec.describe 'BeEF Debug Command Modules:', run_on_browserstack: true do
category_string.include?('Debug') category_string.include?('Debug')
p category_string.include?('Debug') p category_string.include?('Debug')
end.map do |debug_mod| end.map do |debug_mod|
puts 'debug_mod: '
p debug_mod
@debug_mod_names_ids[debug_mod[1]['class']] = debug_mod[1]['id'] @debug_mod_names_ids[debug_mod[1]['class']] = debug_mod[1]['id']
end end
rescue StandardError => e rescue StandardError => e