mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 07:01:06 +00:00
Fix jumbled error output when using Windows spawn fix
(cherry picked from commit 4a3cb14473)
This commit is contained in:
parent
fc01ed9dbb
commit
cbe542f96a
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ def use_windows_spawn_fix(self, platform=None):
|
|||
startupinfo=startupinfo,
|
||||
shell=False,
|
||||
env=env,
|
||||
text=True,
|
||||
)
|
||||
_, err = proc.communicate()
|
||||
rv = proc.wait()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue