about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-22 10:09:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-22 10:09:18 -0800
commitf7808ea1295398f31d8da40fe88e6c723662cf3f (patch)
treefe00810bd5abad9eb9b7b59028c2275ed946c541
parent6cb233fc43239c67caffadbd47e51594232e23bd (diff)
downloadmu-f7808ea1295398f31d8da40fe88e6c723662cf3f.tar.gz
2587 - bugfix: show-screen on warnings
See `cannot_write_tests_for`.
-rw-r--r--edit/010-warnings.mu1
-rw-r--r--sandbox/010-warnings.mu1
2 files changed, 0 insertions, 2 deletions
diff --git a/edit/010-warnings.mu b/edit/010-warnings.mu
index 9b886508..6d8b66e0 100644
--- a/edit/010-warnings.mu
+++ b/edit/010-warnings.mu
@@ -77,7 +77,6 @@ before <render-components-end> [
 #?     $print [update-status: sandbox warning], 10/newline
     update-status screen, status, 1/red
 #?     $print [run sandboxes end], 10/newline
-    reply
   }
 ]
 
diff --git a/sandbox/010-warnings.mu b/sandbox/010-warnings.mu
index 317a857a..c922e3d0 100644
--- a/sandbox/010-warnings.mu
+++ b/sandbox/010-warnings.mu
@@ -66,7 +66,6 @@ before <render-components-end> [
 #?     $print [update-status: sandbox warning], 10/newline
     update-status screen, status, 1/red
 #?     $print [run sandboxes end], 10/newline
-    reply
   }
 ]