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