about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-08-22 09:19:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-08-22 09:19:40 -0700
commitfc97f6670d3094f1a5f213ec3a3f7134a14ddadd (patch)
tree0cf8373544ec02543ac5d89b1cc58cf28a6e1c0c /edit/005-sandbox.mu
parent115c6080017e9fa4b47292b5f58fbcef26daf4c4 (diff)
downloadmu-fc97f6670d3094f1a5f213ec3a3f7134a14ddadd.tar.gz
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.
Diffstat (limited to 'edit/005-sandbox.mu')
-rw-r--r--edit/005-sandbox.mu1
1 files changed, 1 insertions, 0 deletions
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 <global-keypress> [
     do-run?:bool <- equal k, 65532/F4
     break-unless do-run?
     screen <- update-status screen, [running...       ], 245/grey
+    <begin-run-sandboxes-on-F4>
     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
     <end-run-sandboxes-on-F4>