Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamguo committed May 14, 2024
1 parent 8a8d608 commit a83ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rule-tester/src/RuleTester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ export class RuleTester extends TestFramework {
!errorMessageInSuggestion,
[
'A fatal parsing error occurred in suggestion fix.',
`Error: ${errorMessageInSuggestion && errorMessageInSuggestion.message}`,
`Error: ${errorMessageInSuggestion?.message}`,
'Suggestion output:',
codeWithAppliedSuggestion,
].join('\n'),
Expand Down

0 comments on commit a83ef1f

Please sign in to comment.