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 dafbef7 commit 3c5f9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/beef/modules/debug/test_beef_debugs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
@debug_mods = @debug_mod_ids.to_a.select do |cmd_mod|
puts "cmd_mod:"
p cmd_mod
category = cmd_mod[1]&.dig('category')
category = Array(cmd_mod[1]&.dig('category')
category_string = if category.is_a?(Array)
category.join(', ')
else
Expand Down

0 comments on commit 3c5f9a2

Please sign in to comment.