Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix asyncWaitForStdoutAndRun error message
Unfortunately `require.Fail` first string argument isn't the format string, it is the second one. The first one is general error message string. Same goes for Failf, which just happens to require the actual format message as argument.
- Loading branch information