mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
throws the exception up instead of silently ignore it.
This commit is contained in:
parent
60e0d1957f
commit
cbf543e5ae
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class Value extends CObject implements ICDIValue {
|
|||
}
|
||||
result = info.getValue();
|
||||
} catch (MIException e) {
|
||||
//throw new CDIException(e.getMessage());
|
||||
throw new CDIException(e.getMessage());
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue