Less insane stack traces (#95)

This commit is contained in:
Patrick Stevens
2024-09-22 13:53:23 +01:00
committed by GitHub
parent 7aa6bb00a5
commit 9f0e2c0b5e

View File

@@ -85,7 +85,7 @@ module Program =
Error 127
| Ok args ->
run args |> Ok
run args |> Async.RunSynchronously |> Ok
}
|> command.Apply
|> Result.cata Async.RunSynchronously id
|> Result.cata id id