This commit is contained in:
Alexandre Archambault 2015-06-25 00:18:55 +01:00
parent d30be245dc
commit 041d0c4fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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")