Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect logged exec spooling from no output (#42177)
This commit adds a guard around reading the spooled LoggedExec output. It is possible the exec command did not output anything, and failed, which would trigger a failure to read the output file.
- Loading branch information