glayzzle / codemirror-linter

PHP linter for CodeMirror
https://glayzzle.github.io/codemirror-linter/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Uncaught TypeError: Cannot read property 'line' of undefined #8

Open shmaltz opened 3 years ago

shmaltz commented 3 years ago

Getting this error trying to use this linter:

Uncaught TypeError: Cannot read property 'line' of undefined
    at groupByLine (lint.js?ver=10.5.0:107)
    at updateLinting (lint.js?ver=10.5.0:167)
    at lint.js?ver=10.5.0:159
    at runInOp (codemirror.js?ver=10.5.0:3921)
    at CodeMirror.operation (codemirror.js?ver=10.5.0:8603)
    at startLinting (lint.js?ver=10.5.0:159)
    at lint.js?ver=10.5.0:206

Also, is this rep still being maintained?