execstr("a=1;a(3)","errcatch","m")
Change-Id: Ia7c6a2770fff378af83d940b91eb8c3bee96541d
}
catch (const ast::InternalError& ie)
{
- if (bErrCatch == false && bMute == false)
+ if (bErrCatch == false)
{
delete pExp;
ConfigVariable::macroFirstLine_end();
throw ie;
}
+ if (bMute == false)
+ {
+ scilabForcedWriteW(ie.GetErrorMessage().c_str());
+ }
+
ConfigVariable::resetWhereError();
iErr = ConfigVariable::getLastErrorNumber();
}