Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 58562ad

Browse files
committed
slightly re-word libv8 compatibility warning
1 parent 5bd765a commit 58562ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/v8/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'rubygems'
2323
gem 'libv8', LIBV8_COMPATIBILITY
2424
rescue Gem::LoadError
25-
warn "Warning! Selecting libv8 #{LIBV8_COMPATIBILITY} failed. Has it been added to the gemspec?"
25+
warn "Warning! Unable to load libv8 #{LIBV8_COMPATIBILITY}."
2626
rescue LoadError
2727
warn "Warning! Could not load rubygems. Please make sure you have libv8 #{LIBV8_COMPATIBILITY} installed."
2828
ensure

0 commit comments

Comments
 (0)