Comment.
This commit is contained in:
Родитель
044a5545bf
Коммит
20b299d845
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче