We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0adb23 + 2cf7b66 commit 126b80aCopy full SHA for 126b80a
src/main/java/io/github/utplsql/cli/RunCommand.java
@@ -135,6 +135,7 @@ public int run() throws Exception {
135
} catch (SQLException e) {
136
System.out.println(e.getMessage());
137
returnCode[0] = Cli.DEFAULT_ERROR_CODE;
138
+ executorService.shutdownNow();
139
}
140
});
141
@@ -158,6 +159,7 @@ public int run() throws Exception {
158
159
} catch (SQLException | FileNotFoundException e) {
160
161
162
163
} finally {
164
if (fileOutStream != null)
165
fileOutStream.close();
0 commit comments