nodejs / repl

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

input "f=<tab>" will crash. #36

Closed heroboy closed 4 years ago

heroboy commented 5 years ago

Because oneLineEval() returns undefined, and then onAutocomplete() will return [undefined].