Skip to content

Commit e747684

Browse files
eregontimfel
authored andcommitted
Chain cause for debugging
1 parent 4ee7435 commit e747684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/foreign/ForeignAbstractClassBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static Object getBases(VirtualFrame frame, Object self,
8686
SequenceStorage storage = createStorageFromIteratorNode.execute(frame, iterObj);
8787
return PFactory.createTuple(language, storage);
8888
} catch (UnsupportedMessageException e) {
89-
throw CompilerDirectives.shouldNotReachHere();
89+
throw CompilerDirectives.shouldNotReachHere(e);
9090
}
9191
} else {
9292
return PFactory.createEmptyTuple(language);

0 commit comments

Comments
 (0)