Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Nov 17, 2023
1 parent 1267d50 commit 5ef045a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/path_list/candidate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ def children
end

# :nocov:
if ::RUBY_PLATFORM == 'jruby' && ::RbConfig::CONFIG['host_os'].match?(/mswin|mingw/)
if ::RUBY_PLATFORM == 'java' && ::RbConfig::CONFIG['host_os'].match?(/mswin|mingw/)
# @return [Boolean] whether this path is a directory (false for symlinks to directories)
puts 'WE ARE WINDOWS JRUBY'
def directory?
return @directory unless @directory.nil?

Expand Down

0 comments on commit 5ef045a

Please sign in to comment.