mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
parent
164b541013
commit
9a815b356b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module ExecJS
|
|||
|
||||
JavaScriptCore = ExternalRuntime.new(
|
||||
:name => "JavaScriptCore",
|
||||
:command => ["/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc", "jsc"],
|
||||
:command => "/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc",
|
||||
:runner_path => ExecJS.root + "/support/jsc_runner.js"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue