From 576ccc46af7579be30e6db9f67fe44b36de64158 Mon Sep 17 00:00:00 2001 From: White-Green Date: Thu, 27 Jul 2023 17:16:12 +0900 Subject: [PATCH] add shellwords require --- lib/execjs/pcruntime/context_process_runtime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/execjs/pcruntime/context_process_runtime.rb b/lib/execjs/pcruntime/context_process_runtime.rb index 1acf8c3..00a7efb 100644 --- a/lib/execjs/pcruntime/context_process_runtime.rb +++ b/lib/execjs/pcruntime/context_process_runtime.rb @@ -5,6 +5,7 @@ require 'json' require 'net/protocol' require 'net/http' +require 'shellwords' module ExecJS module PCRuntime