MCPcopy Create free account
hub / github.com/GrapesJS/cli / printError

Function printError

src/utils.ts:23–25  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

21}
22
23export const printError = (str: string) => {
24 printRow(str, { color: 'red' });
25}
26
27export const log = (...args: any[]) => console.log.apply(this, args);
28

Callers 3

runFunction · 0.90
buildWebpackFunction · 0.90
normalizeJsonOptFunction · 0.85

Calls 1

printRowFunction · 0.85

Tested by

no test coverage detected