mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
FINALLY! Script compile errors now appear in the script error pane,
not in a funky debug window.
This commit is contained in:
@@ -111,7 +111,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||
if (emessage.StartsWith(slinfo+": "))
|
||||
emessage = emessage.Substring(slinfo.Length+2);
|
||||
|
||||
message = String.Format("Line ({0},{1}) {2}",
|
||||
message = String.Format("({0},{1}) {2}",
|
||||
e.slInfo.lineNumber - 2,
|
||||
e.slInfo.charPosition - 1, emessage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user