mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[idea] Minor: don’t throw from LightAnnotation
This commit is contained in:
parent
8798c561ff
commit
20fbbfaaf7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class OperationCanceledManager {
|
|||
throw t;
|
||||
}
|
||||
val opCanceledException = getPlatformOperationCanceledException(t);
|
||||
if (opCanceledException != null)
|
||||
if (opCanceledException !== null)
|
||||
throw new OperationCanceledError(opCanceledException);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue