File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ namespace ts {
130130 const { line : firstLine , character : firstLineChar } = getLineAndCharacterOfPosition ( file , start ) ;
131131 const { line : lastLine , character : lastLineChar } = getLineAndCharacterOfPosition ( file , start + length ) ;
132132 const lastLineInFile = getLineAndCharacterOfPosition ( file , file . text . length ) . line ;
133- const relativeFileName = host ? convertToRelativePath ( file . fileName , host . getCurrentDirectory ( ) , fileName => host . getCanonicalFileName ( fileName ) ) : file . fileName ; ;
133+ const relativeFileName = host ? convertToRelativePath ( file . fileName , host . getCurrentDirectory ( ) , fileName => host . getCanonicalFileName ( fileName ) ) : file . fileName ;
134134
135135 const hasMoreThanFiveLines = ( lastLine - firstLine ) >= 4 ;
136136 let gutterWidth = ( lastLine + 1 + "" ) . length ;
You can’t perform that action at this time.
0 commit comments