Skip to content

Commit c523131

Browse files
author
Nicolas Laurent
committed
rollback use of isInternal to ignore frames
1 parent 2f5780b commit c523131

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/truffleruby/language/CallStackManager.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ public boolean ignoreFrame(Node callNode, RootCallTarget callTarget) {
228228
}
229229
}
230230

231-
if (rootNode != null && rootNode.isInternal() &&
232-
!BacktraceFormatter.isCore(context, rootNode.getSourceSection())) {
233-
return true;
234-
}
235-
236231
return rootNode instanceof InternalRootNode || callNode.getEncapsulatingSourceSection() == null;
237232

238233
}

0 commit comments

Comments
 (0)