mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
Fixed the missing newline when a project gets skipped.
This commit is contained in:
parent
13c58b3c66
commit
339570876b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ namespace Cosmos.VS.Package
|
|||
if (xGuid != this.ProjectIDGuid)
|
||||
{
|
||||
uiThreadCallback(MSBuildResult.Successful, "Skipped");
|
||||
output.OutputStringThreadSafe("Project skipped, as it's not necessary for running");
|
||||
output.OutputStringThreadSafe("Project skipped, as it's not necessary for running\r\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue