MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / removeErrorHTML

Function removeErrorHTML

core/cb.addons/require-tools/less/lessc.js:6506–6511  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

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

Callers 1

removeErrorFunction · 0.85

Calls 1

extractIdFunction · 0.85

Tested by

no test coverage detected