Skip to content

Commit ee65ab1

Browse files
committed
Link to github in error message
1 parent 8283265 commit ee65ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/execjs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def self.runtimes
2929

3030
def self.runtime
3131
@runtime ||= Runtimes.best_available ||
32-
raise(ExecJS::RuntimeError, "Could not find a JavaScript runtime")
32+
raise(ExecJS::RuntimeError, "Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes.")
3333
end
3434

3535
def self.root

0 commit comments

Comments
 (0)