MCPcopy Index your code
hub / github.com/react-native-community/cli / error

Function error

packages/cli-tools/src/logger.ts:34–40  ·  view source on GitHub ↗
(...messages: Array<string>)

Source from the content-addressed store, hash-verified

32};
33
34const error = (...messages: Array<string>) => {
35 if (!disabled) {
36 console.error(
37 `${pico.red(pico.bold('error'))} ${formatMessages(messages)}`,
38 );
39 }
40};
41
42const debug = (...messages: Array<string>) => {
43 if (verbose && !disabled) {

Callers 1

installComponentFunction · 0.85

Calls 1

formatMessagesFunction · 0.85

Tested by

no test coverage detected