(format)
| 153 | // they are left as they are instead. |
| 154 | |
| 155 | function warn(format) { |
| 156 | { |
| 157 | { |
| 158 | for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { |
| 159 | args[_key - 1] = arguments[_key]; |
| 160 | } |
| 161 | |
| 162 | printWarning('warn', format, args); |
| 163 | } |
| 164 | } |
| 165 | } |
| 166 | function error(format) { |
| 167 | { |
| 168 | { |
no test coverage detected
searching dependent graphs…