Skip to content

Commit d3bf9ea

Browse files
committed
Remove call to SetOptions which was unnecessary
Fixes #206
1 parent 79e1100 commit d3bf9ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PSReadLine/PSReadLine.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function PSConsoleHostReadline
2828
if ($MaximumHistoryCount -gt 0)
2929
{
3030
$options.MaximumHistoryCount = $MaximumHistoryCount
31-
[PSConsoleUtilities.PSConsoleReadLine]::SetOptions($options)
3231
}
3332

3433
if ($options.HistorySaveStyle -eq [PSConsoleUtilities.HistorySaveStyle]::SaveNothing)

0 commit comments

Comments
 (0)