diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 18:29:48 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 18:29:48 -0800 |
commit | 1c6b589674ef814e397b45f45ec21af84f03c711 (patch) | |
tree | 4f6edfd0d05e49564053658dc451cf6ce5ec71c8 /tools/shared.py | |
parent | 21cbcab50c52ace791568cb83232f13023eb8f15 (diff) |
remove recursion in relooper FindLive1.2.7
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 09f6aef4..46faddb6 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.6' +EMSCRIPTEN_VERSION = '1.2.7' def check_sanity(force=False): try: |