mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
send SIGCONT in run_subproc
This commit is contained in:
parent
b9594fa85d
commit
47585920aa
1 changed files with 1 additions and 0 deletions
|
@ -905,6 +905,7 @@ def run_subproc(cmds, captured=False):
|
|||
if _should_set_title(captured=captured):
|
||||
# set title here to get currently executing command
|
||||
pause_call_resume(proc, builtins.__xonsh__.shell.settitle)
|
||||
p.send_signal(signal.SIGCONT)
|
||||
# create command or return if backgrounding.
|
||||
if background:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue