MCPcopy
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 */
132export const error = (message?: any, ...optionalParams: any[]) => {
133 console.error(LOG_PREFIX + message, ...optionalParams);
134};
135
136/**
137 * 警告

Callers 1

checkFunction · 0.90

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected