mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-06 07:58:39 +00:00
Less insane stack traces (#95)
This commit is contained in:
@@ -85,7 +85,7 @@ module Program =
|
|||||||
Error 127
|
Error 127
|
||||||
| Ok args ->
|
| Ok args ->
|
||||||
|
|
||||||
run args |> Ok
|
run args |> Async.RunSynchronously |> Ok
|
||||||
}
|
}
|
||||||
|> command.Apply
|
|> command.Apply
|
||||||
|> Result.cata Async.RunSynchronously id
|
|> Result.cata id id
|
||||||
|
Reference in New Issue
Block a user