Skip to content

Commit

Permalink
print stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
misev committed Feb 27, 2015
1 parent b9cd34e commit a2ca083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/hsqldb/cmdline/SqlTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ public static void objectMain(String[] arg) throws SqlToolException {
} catch (SQLException se) {
// SqlTool will only throw an SQLException if it is in
// "\c false" mode.
se.printStackTrace();
throw new SqlToolException(SQLERR_EXITVAL);
} finally {
try {
Expand Down

0 comments on commit a2ca083

Please sign in to comment.