fix
This commit is contained in:
parent
7fe6c8219f
commit
67e78f1840
|
|
@ -348,7 +348,6 @@ namespace PascalABCCompiler
|
|||
string s = args[0].ToString();
|
||||
for (int i = 1; i < args.Length; i++)
|
||||
s += ConsoleCompilerConstants.MessageSeparator + args[i].ToString();
|
||||
File.WriteAllText("log.log", command+" "+s);
|
||||
sendCommand(command, s);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue