mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Script compiler should now show error on correct line number in original LSL-script.
This commit is contained in:
@@ -123,6 +123,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
}
|
||||
catch (ThreadAbortException tae)
|
||||
{
|
||||
string a = tae.ToString();
|
||||
a = "";
|
||||
// Expected
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user