Skip to content

Commit

Permalink
revert to old loader
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 8, 2024
1 parent c29d071 commit f134478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini_racer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if RUBY_ENGINE == "truffleruby"
require "mini_racer/truffleruby"
elsif false
elsif true
require "mini_racer_loader"
ext_filename = "mini_racer_extension.#{RbConfig::CONFIG["DLEXT"]}"
ext_path =
Expand Down

0 comments on commit f134478

Please sign in to comment.