mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[310539] Missing call to request.done()
This commit is contained in:
parent
ff8e3b71be
commit
6fbc6bfd8d
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ public class DsfTerminateCommand implements ITerminateHandler {
|
|||
request.done();
|
||||
};
|
||||
});
|
||||
} else {
|
||||
request.done();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue