mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Fix call to match in run-context
This commit is contained in:
		| @@ -2171,7 +2171,7 @@ | ||||
|   (while parser-not-done | ||||
|     (if (env :exit) (break)) | ||||
|     (buffer/clear buf) | ||||
|     (match (= (chunks buf p)) | ||||
|     (match (chunks buf p) | ||||
|       :cancel | ||||
|       (do | ||||
|         # A :cancel chunk represents a cancelled form in the REPL, so reset. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Camilleri
					Michael Camilleri