(path)
| 6504 | } |
| 6505 | |
| 6506 | function removeErrorHTML(path) { |
| 6507 | var node = document.getElementById('less-error-message:' + extractId(path)); |
| 6508 | if (node) { |
| 6509 | node.parentNode.removeChild(node); |
| 6510 | } |
| 6511 | } |
| 6512 | |
| 6513 | function removeErrorConsole(path) { |
| 6514 | //no action |
no test coverage detected