This commit is contained in:
Jeff King 2019-05-13 17:51:16 -07:00
Родитель 044a5545bf
Коммит 20b299d845
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ class Details {
constructor(readonly message, phyLoc, readonly relatedLocations) {
this.snippet = phyLoc
}
toString() {
toString() { // For sorting
const snippet = this.snippet
&& this.snippet.contextRegion
&& this.snippet.contextRegion.snippet.text