* @description 打印信息 * @param text
(...text)
| 1993 | * @param text |
| 1994 | */ |
| 1995 | function info(...text) { |
| 1996 | printColor('yellow', ...text); |
| 1997 | } |
| 1998 | /** |
| 1999 | * @description 打印颜色 |
| 2000 | * @param text |
nothing calls this directly
no test coverage detected