mirror of https://github.com/apache/lucene.git
friendlier exception handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
895c99e801
commit
4ec1cdc036
|
@ -174,7 +174,7 @@ public class Lucli {
|
|||
System.out.println("");//new line
|
||||
exit();
|
||||
} catch (IOException ioe) {
|
||||
throw (ioe);
|
||||
ioe.printStackTrace(System.err);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue