MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / error

Function error

tech-study.js:1988–1990  ·  view source on GitHub ↗

* @description 打印错误 * @param text

(...text)

Source from the content-addressed store, hash-verified

1986 * @param text
1987 */
1988function error(...text) {
1989 printColor('red', ...text);
1990}
1991/**
1992 * @description 打印信息
1993 * @param text

Callers 1

startTaskFunction · 0.70

Calls 1

printColorFunction · 0.70

Tested by

no test coverage detected