(str: string, onlyOnce?: boolean)
| 45 | } |
| 46 | |
| 47 | export function warn(str: string, onlyOnce?: boolean) { |
| 48 | outputLog('warn', str, onlyOnce); |
| 49 | } |
| 50 | |
| 51 | export function error(str: string, onlyOnce?: boolean) { |
| 52 | outputLog('error', str, onlyOnce); |
no test coverage detected
searching dependent graphs…