Skip to content

Commit

Permalink
Testing JSON parse
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 22, 2024
1 parent 0c2f2c6 commit 3f41470
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ let resultArrayOfStrings: string[] = arrayOfStringArrays.map(subArray =>
{data: 'Status', header: true},
{data: 'Description', header: true},
{data: 'Duration (HH:MM:SS)', header: true}],
resultArrayOfStrings

resultArrayOfStrings + ","
])

Check failure on line 62 in src/buildSummary.ts

View workflow job for this annotation

GitHub Actions / Build and Test

',' expected.
.write()
}

0 comments on commit 3f41470

Please sign in to comment.