mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
lib/execjs/{runtimes,runners}
This commit is contained in:
parent
210ce211a0
commit
39b51331ce
3 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module ExecJS
|
|||
end
|
||||
|
||||
def self.runner_path(path)
|
||||
File.expand_path("../runtimes/#{path}", __FILE__)
|
||||
File.expand_path("../runners/#{path}", __FILE__)
|
||||
end
|
||||
|
||||
define_runtime :V8,
|
||||
|
|
Loading…
Reference in a new issue