From fc97f6670d3094f1a5f213ec3a3f7134a14ddadd Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 22 Aug 2017 09:19:40 -0700 Subject: 3982 - bugfix: clear old recipe errors on F4 This regression was introduced by commit 3902 in June. Making this commit clean took the last 4 commits of reorganizing. --- edit/005-sandbox.mu | 1 + 1 file changed, 1 insertion(+) (limited to 'edit/005-sandbox.mu') diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu index 16754946..869b4ca4 100644 --- a/edit/005-sandbox.mu +++ b/edit/005-sandbox.mu @@ -129,6 +129,7 @@ after [ do-run?:bool <- equal k, 65532/F4 break-unless do-run? screen <- update-status screen, [running... ], 245/grey + error?:bool <- run-sandboxes env, resources, screen # we could just render-all, but we do some work to minimize the number of prints to screen -- cgit 1.4.1-2-gfad0