You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occasionally crashes the server while working on an HTML file. I haven't been able to pin down exactly what causes it, but seems like a sprinkle of try/catch would be helpful in the meantime.
~/.vim/bundle/bracey.vim/server/htmlfile.js:414
elem.endIndex = this._parser.endIndex;
^
TypeError: Cannot set property 'endIndex' of undefined
at DomHandler.handler._setEnd (~/.vim/bundle/bracey.vim/server/htmlfile.js:414:17)
at DomHandler.onElemEnd (~/.vim/bundle/bracey.vim/server/htmlfile.js:427:8)
at Parser.onend (~/.vim/bundle/bracey.vim/server/node_modules/htmlparser2/lib/Parser.js:337:23)
at Tokenizer._finish (~/.vim/bundle/bracey.vim/server/node_modules/htmlparser2/lib/Tokenizer.js:890:15)
at Tokenizer.end (~/.vim/bundle/bracey.vim/server/node_modules/htmlparser2/lib/Tokenizer.js:881:29)
at Parser.end (~/.vim/bundle/bracey.vim/server/node_modules/htmlparser2/lib/Parser.js:367:21)
at parse (~/.vim/bundle/bracey.vim/server/htmlfile.js:432:9)
at HtmlFile.setContent (~/.vim/bundle/bracey.vim/server/htmlfile.js:145:22)
at Server.handleEditorCommand (~/.vim/bundle/bracey.vim/server/server.js:116:16)
at Server.parseEditorRequest (~/.vim/bundle/bracey.vim/server/server.js:97:7)
The text was updated successfully, but these errors were encountered:
This error occasionally crashes the server while working on an HTML file. I haven't been able to pin down exactly what causes it, but seems like a sprinkle of
try/catch
would be helpful in the meantime.The text was updated successfully, but these errors were encountered: