Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ext/JRubyPOSIXHandler.java
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ public void error(Errno error, String methodName, String extraData) {
}

public void unimplementedError(String method) {
throw runtime.newNotImplementedError(method + " unsupported or native support failed to load");
throw runtime.newNotImplementedError(method + " unsupported or native support failed to load; see http://wiki.jruby.org/Native-Libraries");
}

public void warn(WARNING_ID id, String message, Object... data) {

0 comments on commit 2edf7a1

Please sign in to comment.