Fix up webclient.

This commit is contained in:
Calvin Rose 2019-06-24 17:27:03 -04:00
parent 0384b83c31
commit 75f1bb6a7c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
(setdyn :pretty-format "%.20P")
(repl (fn get-line [buf p]
(def offset (parser/where p))
(def prompt (string "janet:" offset ":" (parser/state p) "> "))
(def prompt (string "janet:" offset ":" (parser/state p :delimiters) "> "))
(repl-yield prompt buf)
(yield)
buf))))