Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export
const
printError = (str: string) => {
24
printRow(str, { color:
'red'
});
25
}
26
27
export
const
log = (...args: any[]) => console.log.apply(this, args);
28
Callers
3
run
Function · 0.90
buildWebpack
Function · 0.90
normalizeJsonOpt
Function · 0.85
Calls
1
printRow
Function · 0.85
Tested by
no test coverage detected