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 21, 2024
1 parent 367beb2 commit 3c86a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ let resultString: string[] = arrayOfStringArrays.map(subArray =>
.addHeading('MATLAB Build Results')
.addTable([
[{data: 'Task Name', header: true}, {data: 'Status', header: true}, {data: 'Description', header: true}, {data: 'Duration (HH:MM:SS)', header: true}],
["eewew","553","fd","erw","fsd"],
["fds","fsd","df","45","34"]
[["eewew","553","fd","erw","fsd"],

Check failure on line 58 in src/buildSummary.ts

View workflow job for this annotation

GitHub Actions / Build and Test

Type '[string, string, string, string, string]' is not assignable to type 'string | SummaryTableCell'.
["fds","fsd","df","45","34"]]

Check failure on line 59 in src/buildSummary.ts

View workflow job for this annotation

GitHub Actions / Build and Test

Type '[string, string, string, string, string]' is not assignable to type 'string | SummaryTableCell'.
])
.write()
}

0 comments on commit 3c86a14

Please sign in to comment.