emacs-import-js icon indicating copy to clipboard operation
emacs-import-js copied to clipboard

Breaks when json-encoding-pretty-print is set

Open romandecker opened this issue 6 years ago • 0 comments

Hey,

I noticed that the IPC is broken when json-encoding-pretty-print is set, because import-js reads input via readline and there'll be linebreaks in the json when pretty-printing.

Here's a PR that fixes the issue: https://github.com/Galooshi/emacs-import-js/pull/22

romandecker avatar Jun 05 '18 13:06 romandecker