Skip to content

Commit

Permalink
Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Oct 27, 2024
1 parent 3fdc5b6 commit f3216f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/beef/modules/debug/test_beef_debugs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
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[1]['class']] = debug_mod[1]['id']
end
rescue StandardError => e
Expand Down

0 comments on commit f3216f1

Please sign in to comment.