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 d6e3a63 commit b495678Copy full SHA for b495678
compilation/src/main/scala/scala/tools/nsc/HotSbtBenchmark.scala
@@ -95,7 +95,7 @@ class HotSbtBenchmark {
95
var read : Int = -1
96
while (true) {
97
read = processOutputReader.read(buffer)
98
- if (read == -1) sys.error("EOF")
+ if (read == -1) sys.error("EOF: " + output.toString)
99
else {
100
output.append(buffer, 0, read)
101
if (output.toString.contains("\n> ")) {
0 commit comments