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
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.
Hey,
I noticed that the IPC is broken when
json-encoding-pretty-print
is set, becauseimport-js
reads input viareadline
and there'll be linebreaks in the json when pretty-printing.Here's a PR that fixes the issue: #22
The text was updated successfully, but these errors were encountered: