mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52: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) {
|
} catch (MIException e) {
|
||||||
//throw new CDIException(e.getMessage());
|
throw new CDIException(e.getMessage());
|
||||||
}
|
}
|
||||||
return variables;
|
return variables;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue