Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1988
function
error(...text) {
1989
printColor(
'red'
, ...text);
1990
}
1991
/**
1992
* @description 打印信息
1993
* @param text
Callers
1
startTask
Function · 0.70
Calls
1
printColor
Function · 0.70
Tested by
no test coverage detected