richardissimo

Results 3 comments of richardissimo

I've just discovered this issue myself in the "==false" scenario, where the fixer will simply remove that part of the condition, which inverts the logic, causing the code to not...

This was referred to 9 years ago, saying that it should probably be changed: https://github.com/cake-build/cake/issues/342#issuecomment-129929909

@devlead As explained in the documentation for "[WaitForExit(int)](https://cakebuild.net/api/Cake.Core.IO/IProcess/3B8963C5)" the parameter is not a timeout relating to killing the process. It is the amount of time to wait for the process...