Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Fixed #28.
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Aug 5, 2015
1 parent 88f85b2 commit 771b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports =

parse: (javacOutput, textEditor) ->
# Regex to match the error/warning line
errRegex = /^(.*\.java):(\d+): (.+): (.+)/
errRegex = /^(.*\.java):(\d+): ([\w \-]+): (.+)/
# This regex helps to estimate the column number based on the
# caret (^) location.
caretRegex = /^( *)\^/
Expand Down

0 comments on commit 771b12d

Please sign in to comment.