File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ namespace FourSlash {
479
479
endPos = endMarker . position ;
480
480
}
481
481
482
- errors . forEach ( function ( error : ts . Diagnostic ) {
482
+ errors . forEach ( function ( error : ts . Diagnostic ) {
483
483
if ( predicate ( error . start , error . start + error . length , startPos , endPos ) ) {
484
484
exists = true ;
485
485
}
@@ -496,7 +496,7 @@ namespace FourSlash {
496
496
Harness . IO . log ( "Unexpected error(s) found. Error list is:" ) ;
497
497
}
498
498
499
- errors . forEach ( function ( error : ts . Diagnostic ) {
499
+ errors . forEach ( function ( error : ts . Diagnostic ) {
500
500
Harness . IO . log ( " minChar: " + error . start +
501
501
", limChar: " + ( error . start + error . length ) +
502
502
", message: " + ts . flattenDiagnosticMessageText ( error . messageText , Harness . IO . newLine ( ) ) + "\n" ) ;
@@ -3523,7 +3523,7 @@ namespace FourSlashInterface {
3523
3523
public onType ( posMarker : string , key : string ) {
3524
3524
this . state . formatOnType ( this . state . getMarkerByName ( posMarker ) . position , key ) ;
3525
3525
}
3526
-
3526
+
3527
3527
public setOption ( name : keyof ts . FormatCodeSettings , value : number | string | boolean ) : void {
3528
3528
this . state . formatCodeSettings [ name ] = value ;
3529
3529
}
You can’t perform that action at this time.
0 commit comments