1
0
Fork 0
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:
Sergey Prigogin 2016-05-27 15:17:06 -07:00
parent 078be6002f
commit 3515c76e94

View file

@ -334,6 +334,7 @@ public abstract class PDOMWriter implements IPDOMASTProcessor {
}
}
} catch (OperationCanceledException e) {
throw e;
} catch (RuntimeException | StackOverflowError | AssertionError e) {
th= e;
} finally {