mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Generate an Event for errors.
This commit is contained in:
parent
40add7d0b2
commit
027029e132
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
|
|||
List cdiList = new ArrayList(1);
|
||||
|
||||
if (ignoreEventToken(miEvent.getToken())) {
|
||||
miEvent = miEvent;
|
||||
miEvent = miEvent;
|
||||
// Ignore the event if it is on the ignore list.
|
||||
} else if (miEvent instanceof MIStoppedEvent) {
|
||||
processSuspendedEvent((MIStoppedEvent)miEvent);
|
||||
|
|
Loading…
Add table
Reference in a new issue