Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ir/IRScope.java
Original file line number Diff line number Diff line change
@@ -1034,7 +1034,7 @@ public List<Instr> getInstrs() {
if (persistenceStore != null) {
instrList = persistenceStore.decodeInstructionsAt(this, instructionsOffsetInfoPersistenceBuffer);
}
if (cfg != null) throw new RuntimeException("Please use the CFG to access this scope's instructions.");
if (cfg != null) throw new RuntimeException("Please use the CFG to access this scope's instructions: " + this);
return instrList;
}

0 comments on commit 3348c11

Please sign in to comment.