mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Write output directly to stderr
This commit is contained in:
@@ -78,7 +78,8 @@ def main():
|
||||
|
||||
|
||||
def run_script(script, args=[]):
|
||||
print 'Running', script
|
||||
sys.stderr.write('\nRunning ' + script +'\n')
|
||||
sys.stderr.flush()
|
||||
script = os.path.join(SOURCE_ROOT, 'script', script)
|
||||
subprocess.check_call([sys.executable, script] + args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user