diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 18:52:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 18:52:56 -0800 |
commit | 3a2cf7e0b1e66dfdccbb49d0ef38b20d0369a533 (patch) | |
tree | 36168b4b94297a8390eefe3c204270d056dfdfcd /tools/shared.py | |
parent | 1c6b589674ef814e397b45f45ec21af84f03c711 (diff) |
remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 46faddb6..1d1bebdd 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -181,7 +181,7 @@ def check_node_version(): # we re-check sanity when the settings are changed) # We also re-check sanity and clear the cache when the version changes -EMSCRIPTEN_VERSION = '1.2.7' +EMSCRIPTEN_VERSION = '1.2.8' def check_sanity(force=False): try: |