fix: frontend process output streaming stuck due to incorrect output
This commit is contained in:
parent
ee45afed42
commit
263a8f4376
1 changed files with 0 additions and 2 deletions
|
|
@ -627,7 +627,6 @@ def start_ui(
|
||||||
env=env,
|
env=env,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE,
|
stderr=subprocess.PIPE,
|
||||||
text=True,
|
|
||||||
shell=True,
|
shell=True,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
@ -637,7 +636,6 @@ def start_ui(
|
||||||
env=env,
|
env=env,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE,
|
stderr=subprocess.PIPE,
|
||||||
text=True,
|
|
||||||
preexec_fn=os.setsid if hasattr(os, "setsid") else None,
|
preexec_fn=os.setsid if hasattr(os, "setsid") else None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue