MCPcopy 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
12def print_error(msg: str) -> None:
13 """Print error message in red."""
14 print_red(msg)
15
16
17def print_warning(msg: str) -> None:

Callers 5

_print_compile_failureFunction · 0.90
run_meson_testFunction · 0.90

Calls 1

print_redFunction · 0.90

Tested by 1

run_meson_testFunction · 0.72