Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jun 21, 2022
1 parent 3e4b726 commit f2452ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/truffleruby/RubyLanguage.java
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public String getSourcePath(Source source) {
if (path.startsWith(coreLoadPath)) {
return "<internal:core> " + path.substring(coreLoadPath.length() + 1);
} else {
return getPath(source);
return path;
}
}

Expand Down

0 comments on commit f2452ab

Please sign in to comment.