Skip to content

Commit f134478

Browse files
committed
revert to old loader
1 parent c29d071 commit f134478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mini_racer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if RUBY_ENGINE == "truffleruby"
55
require "mini_racer/truffleruby"
6-
elsif false
6+
elsif true
77
require "mini_racer_loader"
88
ext_filename = "mini_racer_extension.#{RbConfig::CONFIG["DLEXT"]}"
99
ext_path =

0 commit comments

Comments
 (0)