nodejs / repl

REPL rewrite for Node.js ✨🐢🚀✨
MIT License
177 stars 25 forks source link

Multi-line input not possible #40

Closed bdcarr closed 4 years ago

bdcarr commented 4 years ago

Hi guys, I often use the node REPL to analyse objects/arrays I've logged. In the mainline REPL, I just paste em in and it seems to detect when a line isn't complete: image

With the prototype REPL, it automatically executes each line: image

Which is a bit of a hassle when you've got big arrays of objects: image etc

brian6932 commented 2 years ago

image This is still happening for me

qpwo commented 1 year ago

Same for me sadly