diff --git a/ext/libv8/paths.rb b/ext/libv8/paths.rb index 34cb70b..4c5e64a 100644 --- a/ext/libv8/paths.rb +++ b/ext/libv8/paths.rb @@ -11,7 +11,7 @@ module Libv8 end def object_paths - [:base, :libbase, :snapshot, :libplatform, :libsampler].map do |name| + [:base, :libplatform, :libsampler, :libbase, :snapshot].map do |name| Shellwords.escape libv8_object(name) end end