mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[191305] Fix incorrect handling of errors during terminal connector initialization
This commit is contained in:
parent
bcf58c2243
commit
3ba1731131
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ public class TerminalConnectorExtension {
|
|||
fConnector=createConnector(fConfig);
|
||||
fConnector.initialize();
|
||||
} catch (Exception e) {
|
||||
fConnector=null;
|
||||
fException=e;
|
||||
// that's the place where we log the exception
|
||||
Logger.logException(e);
|
||||
|
|
Loading…
Add table
Reference in a new issue