mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 15:38:41 +00:00
Less insane stack traces (#95)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user