FINALLY! Script compile errors now appear in the script error pane,

not in a funky debug window.
This commit is contained in:
Melanie
2009-12-22 09:24:01 +00:00
parent e68c7a1f23
commit 1876ce90af
5 changed files with 102 additions and 79 deletions

View File

@@ -967,7 +967,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
if (col == 0)
col++;
message = string.Format("Runtime error:\n" +
"Line ({0}): {1}", scriptLine - 1,
"({0}): {1}", scriptLine - 1,
e.InnerException.Message);
System.Console.WriteLine(e.ToString()+"\n");