mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
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,
|
||||
shell=False,
|
||||
env=env,
|
||||
text=True,
|
||||
)
|
||||
_, err = proc.communicate()
|
||||
rv = proc.wait()
|
||||
|
||||
Reference in New Issue
Block a user