browserlink.vim icon indicating copy to clipboard operation
browserlink.vim copied to clipboard

Error with 'toLowerCase'

Open mcgdb opened this issue 9 years ago • 2 comments

Hello,

Plugin looks great, but so far, haven't been able to get it up and running..

I'm using NeoVim, and as pointed out in another issue, I had to start the service by running node browserlink.js in a separate terminal...It seems to work fine, but when I inspect the console within Chrome, I see an error get thrown from time to time that says:

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined (anonymous function) @ ih.js.223

Any idea what that means?

I'm running ArchLinux, with NeoVim 0.1.4, node.js 6.3.1

mcgdb avatar Aug 01 '16 01:08 mcgdb

That error is really strange -- doesn't sound like it's coming from the BL.vim frontend. Is it from another extension maybe?

jaxbot avatar Aug 01 '16 03:08 jaxbot

I thought so too...But, I also checked that removing the javascript command from the top of the page removes the error...perhaps obviously.

However, if I reload the page in an incognito window with all extensions disabled, the error still appears.

mcgdb avatar Aug 01 '16 20:08 mcgdb