Skip to content

Commit e0d10ba

Browse files
author
Vlad Paraschiv
committed
Fix: Crash when tapping on file in the 'perFile' view.
1 parent 5670873 commit e0d10ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildTimeAnalyzer/CMCompileMeasure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct CMCompileMeasure {
6262
self.code = ""
6363
self.path = filepath
6464
self.filename = filename
65-
self.locationArray = [0,0]
65+
self.locationArray = [1,1]
6666
self.references = 1
6767
}
6868

0 commit comments

Comments
 (0)