Skip to content

Commit

Permalink
Fsdk/Process: TODO comment about interesting lib
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 21, 2023
1 parent 40bb3e3 commit 304fc20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fsdk/Process.fs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ module Process =
innerException
)

// TODO: explore if this complex implementation can be replaced with https://www.nuget.org/packages/Owl.cli
// (maybe only after https://github.com/tatsuya-midorikawa/Owl.cli/issues/3 is addressed)
let Execute(procDetails: ProcessDetails, echo: Echo) : ProcessResult =

// I know, this shit below is mutable, but it's a consequence of dealing with .NET's Process class' events?
Expand Down

0 comments on commit 304fc20

Please sign in to comment.