Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/npmx-dev/npmx.dev
/ logWarning
Function
logWarning
cli/src/logger.ts:40–42 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
38
* Log warning
39
*/
40
export
function
logWarning(message: string): void {
41
p.log.warn(styleText(
'yellow'
, message))
42
}
43
44
/**
45
* Log info message
Callers
1
run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected