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