()
| 59 | |
| 60 | |
| 61 | def check(): |
| 62 | for name, deps, _ in actions: |
| 63 | if not check_deps(name, deps): |
| 64 | utils.exit_with_error(f'emscripten setup is not complete ("{name}" is out-of-date). Run `bootstrap.py` to update') |
| 65 | |
| 66 | |
| 67 | def main(args): |
nothing calls this directly
no test coverage detected