column not character

pull/11/head
Danny McCormick 2019-06-18 13:49:18 -04:00 committed by GitHub
parent 161ccaf237
commit cf1f242ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"regexp": "/^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$/",
"file": 1,
"line": 2,
"character": 3,
"column": 3,
"severity": 4,
"message": 5,
"code": 6