Skip to content

Commit baf1ad8

Browse files
committed
log RuntimeIOException
1 parent 2d2d30e commit baf1ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/archive/util/binsearch/SeekableLineReaderIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public String getNextInner() {
2626
next = slr.readLine();
2727
} catch (IOException e) {
2828
if (propagateException) {
29-
throw new RuntimeIOException();
29+
throw new RuntimeIOException(e.toString());
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)