MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / exit_with_error

Function exit_with_error

emsdk.py:76–78  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

74
75
76def exit_with_error(msg):
77 errlog('error: %s' % msg)
78 sys.exit(1)
79
80
81WINDOWS = False

Callers 14

emsdk.pyFile · 0.85
download_with_curlFunction · 0.85
GITFunction · 0.85
find_cmakeFunction · 0.85
installMethod · 0.85
install_sdkMethod · 0.85
install_toolMethod · 0.85
load_releases_infoFunction · 0.85
process_tool_listFunction · 0.85

Calls 1

errlogFunction · 0.85

Tested by

no test coverage detected