@ -398,9 +398,13 @@ function getCommand(){
if (command == "close") {
rl.close();
} else {
console.log(command, eval(command) )
getCommand()
// somehow switch to node REPL proper after?!
try {
} catch (err) {
console.log(err)
}
});