We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d806615 commit 0d8576cCopy full SHA for 0d8576c
emsdk
@@ -2015,7 +2015,7 @@ def silentremove(filename):
2015
if e.errno != errno.ENOENT: raise
2016
2017
def main():
2018
- global emscripten_config_directory, BUILD_FOR_TESTING, ENABLE_LLVM_ASSERTIONS
+ global emscripten_config_directory, BUILD_FOR_TESTING, ENABLE_LLVM_ASSERTIONS, TTY_OUTPUT
2019
2020
if len(sys.argv) <= 1 or sys.argv[1] == 'help' or sys.argv[1] == '--help':
2021
if len(sys.argv) <= 1:
@@ -2147,7 +2147,6 @@ def main():
2147
arg_embedded = extract_bool_arg('--embedded')
2148
arg_notty = extract_bool_arg('--notty')
2149
if arg_notty:
2150
- global TTY_OUTPUT
2151
TTY_OUTPUT = False
2152
2153
cmd = sys.argv[1]
0 commit comments