Skip to content

Commit

Permalink
Merge pull request Beh01der#8 from moander/master
Browse files Browse the repository at this point in the history
Return raw result on parse callback
  • Loading branch information
Beh01der committed Nov 5, 2015
2 parents 567e69d + 4f64f7a commit b76dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function GrokPattern(expression, id) {
});
}

next(err, r);
next(err, r, result);
});
};
}
Expand Down

0 comments on commit b76dae6

Please sign in to comment.