From 2bb26f9503073a42f71762d8b2cc0a963d1be133 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 26 Apr 2021 12:27:52 -0400 Subject: Don't crash when the user enters a blank terminal command. --- test-subject/game.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'test-subject') diff --git a/test-subject/game.scm b/test-subject/game.scm index c5dd535..ba928c8 100644 --- a/test-subject/game.scm +++ b/test-subject/game.scm @@ -359,6 +359,7 @@ #t)))) (define (run-command command) (match command + (() #t) (("help") (help)) (("exit") -- cgit v1.2.3