MCPcopy
hub / github.com/oklai/koala / triggerError

Function triggerError

src/app/scripts/compilers/LessCompiler.js:177–181  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

175 };
176
177 var triggerError = function (error) {
178 emitter.emit('fail');
179 emitter.emit('always');
180 self.throwError(parseError(error), filePath);
181 };
182
183 var saveCss = function (css) {
184 // remove local file path prefix

Callers 4

outputCSSFunction · 0.70
LessCompiler.jsFile · 0.70
gotCodeFunction · 0.70

Calls 1

parseErrorFunction · 0.85

Tested by

no test coverage detected