Fix read all stdin in JSE.

This commit is contained in:
Enyby
2019-10-07 00:25:07 +03:00
parent 65beda4c2b
commit 984fa30bf6

View File

@@ -321,7 +321,7 @@ public class JseIoLib extends IoLib {
} }
public int remaining() throws IOException { public int remaining() throws IOException {
return 0; return -1;
} }
public int peek() throws IOException, EOFException { public int peek() throws IOException, EOFException {