mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
fix layering of api calls
This commit is contained in:
parent
23d5a17015
commit
1cf442f1c8
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user