Skip to content

Commit c60bb05

Browse files
authored
change stdout to string[]
1 parent 02ccabf commit c60bb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/dotnet-trx/dotnet-trx-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface UnitTestResult {
5151

5252
export interface Output {
5353
ErrorInfo: ErrorInfo[]
54-
StdOut: string
54+
StdOut: string[]
5555
}
5656
export interface ErrorInfo {
5757
Message: string[]

0 commit comments

Comments
 (0)