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.
1 parent d0adb23 commit 2cf7b66Copy full SHA for 2cf7b66
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