Skip to content

Commit

Permalink
Merge pull request #2 from heyinc/fix/select_runtime
Browse files Browse the repository at this point in the history
デフォルトでPCRuntimeが選択されない場合がある不具合を修正
  • Loading branch information
White-Green committed Jul 28, 2023
2 parents bcd7385 + 4b6744a commit d852631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/execjs/pcruntime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
require 'execjs'
require 'execjs/pcruntime/version'
require 'execjs/pcruntime/runtimes'

ExecJS.runtime = ExecJS::Runtimes.from_environment || ExecJS::Runtimes::PCRuntime
1 change: 1 addition & 0 deletions lib/execjs/pcruntime/context_process_runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require 'json'
require 'net/protocol'
require 'net/http'
require 'shellwords'

module ExecJS
module PCRuntime
Expand Down

0 comments on commit d852631

Please sign in to comment.