未验证 提交 885d56ef 编写于 作者: P Petr Onderka 提交者: GitHub

Adjust log line splitting for shared compiler (#46594)

上级 4ed61ff8
......@@ -169,7 +169,8 @@ public int WarningLevel
#region Tool Members
private static readonly string[] s_separators = { Environment.NewLine };
// Same separators as those used by Process.OutputDataReceived to maintain consistency between csc and VBCSCompiler
private static readonly string[] s_separators = { "\r\n", "\r", "\n" };
internal override void LogMessages(string output, MessageImportance messageImportance)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册