-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProcessHelper.ensureProcessesHaveStopped does not work #389
Comments
Can you please send me a pull request? |
Will do!
|
did you fix it? |
At it now. Things got in the way, sorry. |
palpha
added a commit
to palpha/FAKE
that referenced
this issue
Apr 25, 2014
forki
added a commit
that referenced
this issue
Apr 25, 2014
Fixed ProcessHelper.ensureProcessesHaveStopped (#389)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Either I'm doing it wrong, or it doesn't work as advertised :).
Limited testing suggests that it's the comparison with Seq.empty that fails (https://github.com/fsharp/FAKE/blob/4e7c28ab623865304dc83b0d5cefd7cb21f82bcd/src/app/FakeLib/ProcessHelper.fs#L453).
The text was updated successfully, but these errors were encountered: