applied patch from mantis #1268 , thanks mikem

0.6.0-stable
MW 2008-06-04 12:16:26 +00:00
parent 99e7a2a380
commit 964ce083ff
1 changed files with 4 additions and 0 deletions

View File

@ -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
{