applied patch from mantis #1268 , thanks mikem
parent
99e7a2a380
commit
964ce083ff
|
@ -355,6 +355,10 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
|||
QIS.localID, QIS.itemID);
|
||||
}
|
||||
}
|
||||
|
||||
// Pass it on so it's displayed on the console
|
||||
// and in the logs (mikem 2008.06.02).
|
||||
throw e.InnerException;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue