mirror of https://github.com/sbt/sbt.git
Fix
This commit is contained in:
parent
d30be245dc
commit
041d0c4fb4
|
|
@ -130,7 +130,7 @@ object Remote {
|
|||
\/.fromTryCatchNonFatal {
|
||||
val is0 = is
|
||||
val b =
|
||||
try readFullySync(is)
|
||||
try readFullySync(is0)
|
||||
finally is0.close()
|
||||
|
||||
new String(b, "UTF-8")
|
||||
|
|
|
|||
Loading…
Reference in New Issue