Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/npmx-dev/npmx.dev
/ logError
Function
logError
cli/src/logger.ts:33–35 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
31
* Log command failure
32
*/
33
export
function
logError(message: string): void {
34
p.log.error(styleText(
'red'
, message))
35
}
36
37
/**
38
* Log warning
Callers
5
execNpmInteractive
Function · 0.90
execNpm
Function · 0.90
packageInit
Function · 0.90
run
Function · 0.90
createConnectorApp
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected