MCPcopy
hub / github.com/emscripten-core/emsdk / errlog

Function errlog

emsdk.py:72–73  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

70
71
72def errlog(msg):
73 print(msg, file=sys.stderr)
74
75
76def exit_with_error(msg):

Callers 15

exit_with_errorFunction · 0.85
emsdk.pyFile · 0.85
debug_printFunction · 0.85
runFunction · 0.85
unzipFunction · 0.85
download_fileFunction · 0.85
git_pullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected