Fix debug mod data handling
This commit is contained in:
@@ -97,12 +97,8 @@ RSpec.describe 'BeEF Debug Command Modules:', run_on_browserstack: true do
|
||||
else
|
||||
category.to_s
|
||||
end
|
||||
p category_string
|
||||
category_string.include?('Debug')
|
||||
p category_string.include?('Debug')
|
||||
end.map do |debug_mod|
|
||||
puts 'debug_mod: '
|
||||
p debug_mod
|
||||
@debug_mod_names_ids[debug_mod['class']] = debug_mod['id']
|
||||
end
|
||||
rescue StandardError => e
|
||||
|
||||
Reference in New Issue
Block a user