Remove todo on captureProcessOutput()

This commit is contained in:
Nathan McRae 2025-06-07 21:44:42 -07:00
parent c918d98a3c
commit a45ffdd864

View File

@ -437,7 +437,7 @@ public class WindowsScheduler {
/** /**
* @return (stdout contents, stderr contents) * @return (stdout contents, stderr contents)
* TODO: don't assume that process has exited yet. If it does we don't want to hang. * Note that caller should check that process has exited
*/ */
public static Pair<String, String> captureProcessOutput(Process process) throws IOException { public static Pair<String, String> captureProcessOutput(Process process) throws IOException {
StringBuilder output = new StringBuilder(); StringBuilder output = new StringBuilder();