change stdout to string[]

This commit is contained in:
Yedidya Schwartz 2025-01-14 20:07:39 +02:00 committed by GitHub
parent 02ccabffdb
commit c60bb05bd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ export interface UnitTestResult {
export interface Output {
ErrorInfo: ErrorInfo[]
StdOut: string
StdOut: string[]
}
export interface ErrorInfo {
Message: string[]