Browse Source

vslol: minor additional debug messages.

legacy
Sam Hocevar sam 12 years ago
parent
commit
c7aae0aff4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tools/vslol/MenuGenerateCompilers.cs

+ 4
- 0
tools/vslol/MenuGenerateCompilers.cs View File

@@ -197,6 +197,10 @@ namespace Lol.VisualStudio.Plugin
if (p.ExitCode != 0)
{
WriteToOutputPane("Error: " + executable + " exited with code " + p.ExitCode + "\n");
if (arguments != "")
WriteToOutputPane("Error: args: " + arguments + "\n");
if (env != "")
WriteToOutputPane("Error: env: " + env + "\n");
return false;
}
}


Loading…
Cancel
Save