(types, error)
| 344 | require(script); |
| 345 | |
| 346 | function logError(types, error){ |
| 347 | try { |
| 348 | types.forEach(function(type){ |
| 349 | stds[type] && typeof stds[type].write == 'function' && stds[type].write(error + '\n'); |
| 350 | }); |
| 351 | } catch(e) { } |
| 352 | } |
| 353 | }); |
| 354 | |
| 355 | } |
no test coverage detected
searching dependent graphs…