Skip to content

Commit

Permalink
🎨 Very minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steel Brain committed Aug 26, 2016
1 parent 029745d commit 8901c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export function parse(data: string, regex: string, givenOptions: { flags?: strin
const match = rawMatch.groups()
const type = match.type
const text = match.message
const file = match.file || options.filePath || null
const file = match.file || options.filePath

const lineStart = match.lineStart || match.line || 0
const colStart = match.colStart || match.col || 0
Expand Down

0 comments on commit 8901c71

Please sign in to comment.