Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 55cb872

Browse files
authored
Merge pull request #70 from gemal/master
fixes #69
2 parents 2069f4e + ec941a9 commit 55cb872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Parser.prototype._parseBlockElements = function(indexApiBlocks, detectedElements
177177
var elementParser = self.parsers[element.name];
178178

179179
if ( ! elementParser) {
180-
app.log.warn('parser plugin \'' + element.name + '\' not found in block: ' + blockIndex);
180+
app.log.warn('parser plugin \'' + element.name + '\' not found in block: ' + blockIndex + ' in file: ' + filename);
181181
} else {
182182
app.log.debug('found @' + element.sourceName + ' in block: ' + blockIndex);
183183

0 commit comments

Comments
 (0)