You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #64306 from RandomShaper/win_spawn_text
Fix jumbled error output when using Windows spawn fix
This commit is contained in:
@@ -420,6 +420,7 @@ def use_windows_spawn_fix(self, platform=None):
|
|||||||
startupinfo=startupinfo,
|
startupinfo=startupinfo,
|
||||||
shell=False,
|
shell=False,
|
||||||
env=env,
|
env=env,
|
||||||
|
text=True,
|
||||||
)
|
)
|
||||||
_, err = proc.communicate()
|
_, err = proc.communicate()
|
||||||
rv = proc.wait()
|
rv = proc.wait()
|
||||||
|
|||||||
Reference in New Issue
Block a user