MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / error

Function error

packages/webpack5/src/bin/index.ts:18–20  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

16const tag = `[${green('@nativescript/webpack')}]`;
17
18function error(message: string) {
19 console.error(`${tag} ${redBright(dedent(message))}`);
20}
21
22function info(message: string) {
23 console.info(`${tag} ${greenBright(dedent(message))}`);

Callers 1

index.tsFile · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected