Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/pont
/ error
Function
error
packages/pont-engine/src/compatible/debugLog.ts:15–17 ·
view source on GitHub ↗
(info: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
error(info: string) {
16
log(chalk.bold.red(info));
17
}
18
19
export
function
warn(info: string) {
20
log(chalk.bold.yellow(info));
Callers
1
format
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected