Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
def
exit_with_error(msg):
77
errlog(
'error: %s'
% msg)
78
sys.exit(1)
79
80
81
WINDOWS = False
Callers
14
emsdk.py
File · 0.85
win_set_environment_variable_direct
Function · 0.85
win_set_environment_variable
Function · 0.85
download_with_curl
Function · 0.85
GIT
Function · 0.85
find_cmake
Function · 0.85
install
Method · 0.85
install_sdk
Method · 0.85
install_tool
Method · 0.85
get_emscripten_releases_tot
Function · 0.85
load_releases_info
Function · 0.85
process_tool_list
Function · 0.85
Calls
1
errlog
Function · 0.85
Tested by
no test coverage detected