-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Resolution-Fixed
Description
Environment data
PS version: 6.0.4
PSReadline version: 2.0.0-beta2
OS: Windows 10, Version 1703 (Build 15063.1209)
Steps to reproduce or exception report
- Open multiple instances of PowerShell in a terminal emulator which supports split panes and broadcasts (e.g.: ConEmu)
- Open three splits, resulting in four total open panes.
- Turn on broadcasting (ctrl+shift+G for ConEmu)
- Enter a command such as
ls
and press the Enter key.
Expected behavior
The command runs in all panes and no error is thrown
Actual behavior
The command runs in all panes, but errors will be thrown stating that the history file could not be written to because it is being used by another process
Metadata
Metadata
Assignees
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Resolution-Fixed