Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use absolute path, not canonical, for LOADED_FEATURES.
Browse files Browse the repository at this point in the history
headius committed Dec 8, 2014
1 parent 1cf29d1 commit ba987b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -213,7 +213,7 @@ private static boolean isAbsolute(String path) {
}

protected String resolveLoadName(FileResource resource, String ruby18path) {
return resource.canonicalPath();
return resource.absolutePath();
}

protected String resolveScriptName(FileResource resource, String ruby18Path) {

0 comments on commit ba987b6

Please sign in to comment.