for example ```js // const str = 'http://localhost:3000' ``` when i invoke `evilnc-comment-or-uncomment-lines`, it results in ```js const str = 'http:localhost:3000' ``` the `//` in `http://localhost:3000` get lost after change major mode to `js2-mode` , it works correctly