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 3f41470 commit 40c20e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let resultArrayOfStrings: string[] = arrayOfStringArrays.map(subArray =>
{data: 'Status', header: true},
{data: 'Description', header: true},
{data: 'Duration (HH:MM:SS)', header: true}],
resultArrayOfStrings + ","

])

Check failure on line 62 in src/buildSummary.ts

View workflow job for this annotation

GitHub Actions / Build and Test

Argument expression expected.
.write()
}

0 comments on commit 40c20e6

Please sign in to comment.