We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d5b20 commit 20be88dCopy full SHA for 20be88d
src/library/scala/sys/process/ProcessBuilder.scala
@@ -171,7 +171,7 @@ trait ProcessBuilder extends Source with Sink {
171
* a Stream that blocks when lines are not available but the process has not
172
* completed. Standard error is sent to the provided ProcessLogger. If the
173
* process exits with a non-zero value, the Stream will provide all lines up
174
- * to termination but will not throw an exception.
+ * to termination and then throw an exception.
175
*/
176
def lines(log: ProcessLogger): Stream[String]
177
0 commit comments