mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Reenable throwing exception.
This commit is contained in:
parent
103c42de84
commit
a03ec0415c
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class Value extends CObject implements ICDIValue {
|
|||
|
||||
}
|
||||
} catch (MIException e) {
|
||||
//throw new CDIException(e.getMessage());
|
||||
throw new CDIException(e.getMessage());
|
||||
}
|
||||
return variables;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue