mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Allow OperationCanceledException to propagate.
Change-Id: I85ac9189cbfe894f1800defa1b39e500cd5ef90f
This commit is contained in:
parent
078be6002f
commit
3515c76e94
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ public abstract class PDOMWriter implements IPDOMASTProcessor {
|
|||
}
|
||||
}
|
||||
} catch (OperationCanceledException e) {
|
||||
throw e;
|
||||
} catch (RuntimeException | StackOverflowError | AssertionError e) {
|
||||
th= e;
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Reference in a new issue