mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
11 lines
388 B
Ruby
11 lines
388 B
Ruby
--- lib/execjs/runtimes.rb.orig 2021-06-28 15:24:59 UTC
|
|
+++ lib/execjs/runtimes.rb
|
|
@@ -17,7 +17,7 @@ module ExecJS
|
|
|
|
Node = ExternalRuntime.new(
|
|
name: "Node.js (V8)",
|
|
- command: ["node", "nodejs"],
|
|
+ command: ["%%LOCALBASE%%/bin/node", "node", "nodejs"],
|
|
runner_path: ExecJS.root + "/support/node_runner.js",
|
|
encoding: 'UTF-8'
|
|
)
|