(tag, content)
| 59 | } |
| 60 | |
| 61 | error(tag, content) { |
| 62 | if (arguments.length > 1) { |
| 63 | fancyLog(this.addColor(`QMUI ${tag}: `, 'error') + content); |
| 64 | } else { |
| 65 | fancyLog(arguments[0]); |
| 66 | } |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | module.exports = Util; |
no test coverage detected