diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs index 09d816f..a8c61ed 100644 --- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Compiler.cs | |||
@@ -544,6 +544,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools | |||
544 | ", Error Number: " + CompErr.ErrorNumber + | 544 | ", Error Number: " + CompErr.ErrorNumber + |
545 | ", '" + CompErr.ErrorText + "'\r\n"; | 545 | ", '" + CompErr.ErrorText + "'\r\n"; |
546 | } | 546 | } |
547 | Console.WriteLine("[COMPILER ERROR]:" + errtext); | ||
547 | if (!File.Exists(OutFile)) | 548 | if (!File.Exists(OutFile)) |
548 | { | 549 | { |
549 | throw new Exception(errtext); | 550 | throw new Exception(errtext); |