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
@@ -85,7 +85,7 @@ public DynamicObject initialize(DynamicObject exception, Object message) {
@CoreMethod(names = "backtrace")
public abstract static class BacktraceNode extends CoreMethodArrayArgumentsNode {

@Child ReadHeadObjectFieldNode readCustomBacktrace;
@Child ReadObjectFieldNode readCustomBacktrace;

public BacktraceNode(RubyContext context, SourceSection sourceSection) {
super(context, sourceSection);

0 comments on commit d78ded8

Please sign in to comment.