Skip to content

Commit

Permalink
Less insane stack traces (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Sep 22, 2024
1 parent 7aa6bb0 commit 9f0e2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gitea.Declarative/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f0e2c0

Please sign in to comment.