Skip to content

Commit

Permalink
Issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Sep 12, 2014
1 parent e55df59 commit a5b3c7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public void exceptionOccurred(final Exception exception, final String messageCod
}
bugInfoBuilder.setExpression(expression);
bugInfoBuilder.setFunction(functionName);
bugInfoBuilder.setLine(line);
bugInfoBuilder.setColumn(column);
bugs.add(bugInfoBuilder.build());
}

Expand Down

0 comments on commit a5b3c7f

Please sign in to comment.