mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 225992
MIssing return
This commit is contained in:
parent
8a2aca5fd2
commit
e4eedcb9a4
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ public class MIRunControl extends AbstractDsfService implements IRunControl
|
|||
if (context instanceof IContainerDMContext) {
|
||||
rm.setData(false);
|
||||
rm.done();
|
||||
return;
|
||||
}
|
||||
canResume(context, rm);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue