mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-12 04:08:38 +00:00
Emit XML from a TRX report (#43)
This commit is contained in:
@@ -8,7 +8,7 @@ module internal Result =
|
||||
| Ok _ -> None
|
||||
| Error e -> Some e
|
||||
|
||||
let inline get<'r, 'e> (r : Result<'r, 'e>) : 'r option =
|
||||
let get<'r, 'e> (r : Result<'r, 'e>) : 'r option =
|
||||
match r with
|
||||
| Ok r -> Some r
|
||||
| Error _ -> None
|
||||
|
Reference in New Issue
Block a user