js-doc icon indicating copy to clipboard operation
js-doc copied to clipboard

`js-doc-insert-function-doc` causes Emacs to hang

Open xiongtx opened this issue 9 years ago • 2 comments

With js-doc 0.0.5, invoking js-doc-insert-function-doc on a file containing only the following causes Emacs 24.5.50.1 to hang.

function foo(bar){

}

Strangely, if js-doc-insert-file-doc is called first, this problem does not occur.

xiongtx avatar Feb 13 '16 04:02 xiongtx

I followed your steps with Emacs (prelude) 24.4.1, but all is fine

diego-d5000 avatar Mar 28 '16 05:03 diego-d5000

js-doc-insert-function-doc will cause emacs to hang then eventually crash.. if your cursor is at a blank line.

aaron-goshine avatar Sep 04 '16 06:09 aaron-goshine