Skip to content

Commit f287a82

Browse files
homeofeCopilot
andcommitted
style: remove em dashes from fixture files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 86058c3 commit f287a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fixtures/bugfix.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ index a571005..1604b46 100644
4444
stepName: string;
4545
errorLines: string[];
4646
@@ -84,15 +104,28 @@ function extractContext(
47-
// Focus on the last error most likely the root cause
47+
// Focus on the last error - most likely the root cause
4848
const lastErrorIdx = errorIndices[errorIndices.length - 1];
4949

5050
- // Scan backwards from last error to find nearest ##[group]

0 commit comments

Comments
 (0)