We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680cdca commit fdf30aaCopy full SHA for fdf30aa
src/Commands/ExecuteCustomAction.cs
@@ -43,7 +43,7 @@ public static void Run(string repo, string file, string args, Action<string> out
43
if (e.Data != null)
44
{
45
outputHandler?.Invoke(e.Data);
46
- builder.Append(e.Data);
+ builder.AppendLine(e.Data);
47
}
48
};
49
0 commit comments