Skip to content

Commit 9060fbf

Browse files
committed
Abort unless JRuby
1 parent e0a9e72 commit 9060fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/geoscript.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
require 'geoscript/datastore'
1515
require 'geoscript/workspace'
1616
else
17-
warn "GeoScript requires JRuby (http://jruby.org)"
17+
abort "GeoScript requires JRuby (http://jruby.org)"
1818
end
1919

2020
module GeoScript

0 commit comments

Comments
 (0)