(exception)
| 2647 | } |
| 2648 | |
| 2649 | function error(exception) { |
| 2650 | return { |
| 2651 | type: "error", |
| 2652 | message: exception.message, |
| 2653 | error: exception |
| 2654 | }; |
| 2655 | } |
| 2656 | |
| 2657 | function combineMessages(results) { |
| 2658 | var messages = []; |
no test coverage detected