Skip to content

Commit

Permalink
Skip debugger in JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 8, 2024
1 parent 60e2b60 commit ab1b173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
end

begin
require 'debug'
require 'debug' unless RUBY_PLATFORM == 'java'
rescue LoadError
# ignore
end
Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
end

begin
require 'debug'
require 'debug' unless RUBY_PLATFORM == 'java'
rescue LoadError
# ignore
end
Expand Down

0 comments on commit ab1b173

Please sign in to comment.