abicky / nodejs-repl.el

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

nodejs-repl-send-last-expression doesn't work in 0.1.5 #14

Closed jiacai2050 closed 7 years ago

jiacai2050 commented 7 years ago
var foo = 123; _

No proper expression is found backward

abicky commented 7 years ago

Thank you for reporting the issue. I've fixed the issue in 0.1.6. At the same time, I've implemented nodejs-repl-send-line and it might replace nodejs-repl-send-last-expression in many cases.