mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
for windows
This commit is contained in:
parent
bebfc7fab4
commit
8bc134b081
1 changed files with 2 additions and 0 deletions
|
@ -1941,6 +1941,8 @@ class CommandPipeline:
|
|||
if self.ended:
|
||||
return
|
||||
self.end_internal(tee_output=tee_output)
|
||||
if ON_WINDOWS:
|
||||
return
|
||||
pgid = os.getpgid(0)
|
||||
if self._term_pgid is None or pgid == self._term_pgid:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue