Skip to content

Commit

Permalink
Fix Selfie reading.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Aug 27, 2023
1 parent 6c1808d commit 68baeb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ internal class ClassProgress(val className: String) {
): Snapshot? {
assertNotTerminated()
methods[method]!!.keep(suffix)
return read().snapshots[suffix]
return read().snapshots["$method$suffix"]
}
private fun read(): SnapshotFile {
if (file == null) {
Expand Down

0 comments on commit 68baeb5

Please sign in to comment.