Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ print_error
Function
print_error
ci/meson/output.py:12–14 ·
view source on GitHub ↗
Print error message in red.
(msg: str)
Source
from the content-addressed store, hash-verified
10
11
12
def
print_error(msg: str) -> None:
13
""
"Print error message in red."
""
14
print_red(msg)
15
16
17
def
print_warning(msg: str) -> None:
Callers
5
stream_compile_and_run_tests
Function · 0.90
_print_compile_failure
Function · 0.90
_print_direct_test_failure
Function · 0.90
_handle_streaming_failure
Function · 0.90
run_meson_test
Function · 0.90
Calls
1
print_red
Function · 0.90
Tested by
1
run_meson_test
Function · 0.72