Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ exit_with_error
Function
exit_with_error
tools/utils.py:72–73 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
70
71
72
def
exit_with_error(msg, *args):
73
diagnostics.error(msg, *args)
74
75
76
def
path_from_root(*pathelems):
Callers
15
main
Function · 0.90
get_next_arg
Function · 0.90
separate_linker_flags
Function · 0.90
phase_setup
Function · 0.90
phase_compile_inputs
Function · 0.90
check_errors
Function · 0.90
parse_paths_file
Function · 0.90
check_arg
Function · 0.90
consume_arg_file
Function · 0.90
parse_args
Function · 0.90
expand_byte_size_suffixes
Function · 0.90
apply_user_settings
Function · 0.90
Calls
1
error
Method · 0.45
Tested by
no test coverage detected