We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8283265 commit ee65ab1Copy full SHA for ee65ab1
1 file changed
lib/execjs.rb
@@ -29,7 +29,7 @@ def self.runtimes
29
30
def self.runtime
31
@runtime ||= Runtimes.best_available ||
32
- raise(ExecJS::RuntimeError, "Could not find a JavaScript runtime")
+ raise(ExecJS::RuntimeError, "Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes.")
33
end
34
35
def self.root
0 commit comments