mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
small fix
This commit is contained in:
parent
c151c0d972
commit
bb6839f982
1 changed files with 2 additions and 4 deletions
|
@ -51,10 +51,8 @@ public class BinaryRunner {
|
|||
} catch (CoreException e) {
|
||||
return e.getStatus();
|
||||
}
|
||||
if (monitor.isCanceled()) {
|
||||
fireEvents(cproject, vbin);
|
||||
fireEvents(cproject, vlib);
|
||||
}
|
||||
return Status.OK_STATUS;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue