This commit is contained in:
Ivan Bondarev 2022-11-01 15:52:07 +01:00
parent 7fe6c8219f
commit 67e78f1840

View file

@ -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);
}