mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update web client.
This commit is contained in:
		| @@ -3,8 +3,8 @@ | |||||||
|  |  | ||||||
| (fiber/new (fn webrepl [] | (fiber/new (fn webrepl [] | ||||||
|   (repl (fn get-line [buf p] |   (repl (fn get-line [buf p] | ||||||
|           (def [line] (parser/where p)) |           (def offset (parser/where p)) | ||||||
|           (def prompt (string "janet:" line ":" (parser/state p) "> ")) |           (def prompt (string "janet:" offset ":" (parser/state p) "> ")) | ||||||
|           (repl-yield prompt buf) |           (repl-yield prompt buf) | ||||||
|           (yield) |           (yield) | ||||||
|           buf)))) |           buf)))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose