fix layering of api calls

This commit is contained in:
Steve Lee 2023-01-24 20:53:18 -08:00
parent 23d5a17015
commit 1cf442f1c8

View File

@ -656,7 +656,7 @@ namespace Microsoft.PowerShell
if (newLine)
{
// write the newline after resetting the colors so there isn't a buffer wide colored line when buffer scrolls
WriteLineToConsole(string.Empty, transcribeResult: true);
WriteToConsole(string.Empty, transcribeResult: true, newLine: true);
}
}
}