mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
Yengine: only retry compile if there was a object file in cache with wrong version or signature
This commit is contained in:
@@ -124,13 +124,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
finally
|
||||
{
|
||||
// In case something went wrong writing temp file, delete it.
|
||||
try
|
||||
{
|
||||
File.Delete (tmpFileName);
|
||||
}
|
||||
catch
|
||||
{
|
||||
}
|
||||
File.Delete (tmpFileName);
|
||||
}
|
||||
|
||||
// Since we just wrote the .xmrobj file, maybe save disassembly.
|
||||
|
||||
Reference in New Issue
Block a user