Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/CodeAnalysis
/ error
Function
error
web/packages/framework/src/utils/index.ts:132–134 ·
view source on GitHub ↗
(message?: any, ...optionalParams: any[])
Source
from the content-addressed store, hash-verified
130
* @param optionalParams 其他参数
131
*/
132
export
const
error = (message?: any, ...optionalParams: any[]) => {
133
console.error(LOG_PREFIX + message, ...optionalParams);
134
};
135
136
/**
137
* 警告
Callers
1
check
Function · 0.90
Calls
1
error
Method · 0.80
Tested by
no test coverage detected