Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -629,7 +629,7 @@ public NativeSockets getNativeSockets() {
public Object execute(final org.jruby.ast.RootNode rootNode) {
coreLibrary.getGlobalVariablesObject().define("$0", toTruffle(runtime.getGlobalVariables().get("$0")), 0);

final String inputFile = rootNode.getPosition().getFile();
final String inputFile = new File(rootNode.getPosition().getFile()).getAbsolutePath();
final Source source;

try {

0 comments on commit 3e57560

Please sign in to comment.