Script compiler should now show error on correct line number in original LSL-script.

This commit is contained in:
Tedd Hansen
2007-08-25 21:35:03 +00:00
parent 2fd0e53425
commit d9b9b16513
4 changed files with 16 additions and 13 deletions

View File

@@ -123,6 +123,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
}
catch (ThreadAbortException tae)
{
string a = tae.ToString();
a = "";
// Expected
}