Skip to content

Commit

Permalink
Update parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dciccale committed Feb 4, 2016
1 parent c549fd1 commit 1584d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Parser.prototype.getBlocks = function (content, filePath) {
};

Parser.prototype._writeToList = function (line, filePath) {
var match = this._getMatch();
var match = this._getMatch(line);
if (match) {
this.listFile.write(filePath + ':' + match + '\n');
}
Expand Down

0 comments on commit 1584d3b

Please sign in to comment.