(...data: any)
| 39 | } |
| 40 | |
| 41 | export function info(...data: any): void { |
| 42 | if (env.verbose) { |
| 43 | console.log(`[@nativescript/webpack] Info: \n`, ...cleanup(data)); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | // todo: refine |
| 48 | // export function error(message: string, info?: { possibleCauses?: string[] }) { |
no test coverage detected