diff --git a/repl/app.js b/repl/app.js index a55776c..8388a8e 100644 --- a/repl/app.js +++ b/repl/app.js @@ -123,7 +123,8 @@ class App { case 'n': case 'next': - case '/next': return this.next(true); + case '/next': + case '': return this.next(true); case 'a': case 'alloc':