applied patch from mantis #1268 , thanks mikem

This commit is contained in:
MW
2008-06-04 12:16:26 +00:00
parent 99e7a2a380
commit 964ce083ff

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
{