diff options
Diffstat (limited to 'module/system/repl/command.scm')
-rw-r--r-- | module/system/repl/command.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index 7b092e634..bf8e0b268 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -128,7 +128,7 @@ (define (read-command repl) (catch #t - (lambda () (read (pk (repl-inport repl)))) + (lambda () (read (repl-inport repl))) (lambda (key . args) (pmatch args ((,subr ,msg ,args . ,rest) |