abicky / nodejs-repl.el

Run Node.js REPL and communicate with the process
190 stars 38 forks source link

Support Node.js 13.7.0 #34

Closed abicky closed 4 years ago

abicky commented 4 years ago

This PR fixes infinite loops Node.js 13.7.0 or later causes. The root cause is the change of the output format on sending the first TAB.

For example, the output on sending a TAB at the end of a line "> Err" changed like below: