mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-08 03:32:17 +03:00
proton: Also log stdout when logging is enabled
This commit is contained in:
parent
6b9facc611
commit
a1341c9649
2
proton
2
proton
@ -99,7 +99,7 @@ def upgrade_pfx(old_ver):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def run_wine(args):
|
def run_wine(args):
|
||||||
subprocess.call(args, env=env, stderr=lfile)
|
subprocess.call(args, env=env, stderr=lfile, stdout=lfile)
|
||||||
|
|
||||||
def makedirs(path):
|
def makedirs(path):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user