mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
fix: custom action error message format
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
680cdca28d
commit
fdf30aa7cc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace SourceGit.Commands
|
||||||
if (e.Data != null)
|
if (e.Data != null)
|
||||||
{
|
{
|
||||||
outputHandler?.Invoke(e.Data);
|
outputHandler?.Invoke(e.Data);
|
||||||
builder.Append(e.Data);
|
builder.AppendLine(e.Data);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue