(format)
| 38 | } |
| 39 | } |
| 40 | function error(format) { |
| 41 | { |
| 42 | if (!suppressWarning) { |
| 43 | for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { |
| 44 | args[_key2 - 1] = arguments[_key2]; |
| 45 | } |
| 46 | |
| 47 | printWarning('error', format, args); |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | function printWarning(level, format, args) { |
| 53 | // When changing this logic, you might want to also |
no test coverage detected
searching dependent graphs…