about summary refs log tree commit diff stats
path: root/sandbox/011-errors.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-25 01:08:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-25 01:08:53 -0700
commitafdda1ea04ff623f68a129ecbbe9e6a25476fade (patch)
treed5441fdb45b19539f938e8f4aa8691a7cbf6ddbe /sandbox/011-errors.mu
parent4ec5d8513c7c8651a08308047d2b9d765e32a042 (diff)
downloadmu-afdda1ea04ff623f68a129ecbbe9e6a25476fade.tar.gz
3067
Diffstat (limited to 'sandbox/011-errors.mu')
-rw-r--r--sandbox/011-errors.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/011-errors.mu b/sandbox/011-errors.mu
index fc1e99ed..8b0180be 100644
--- a/sandbox/011-errors.mu
+++ b/sandbox/011-errors.mu
@@ -116,9 +116,9 @@ after <render-sandbox-trace-done> [
     {
       break-unless env
       recipe-errors:address:array:character <- get *env, recipe-errors:offset
-      row, screen <- render screen, recipe-errors, left, right, 1/red, row
+      row, screen <- render-text screen, recipe-errors, left, right, 1/red, row
     }
-    row, screen <- render screen, sandbox-errors, left, right, 1/red, row
+    row, screen <- render-text screen, sandbox-errors, left, right, 1/red, row
     # don't try to print anything more for this sandbox
     jump +render-sandbox-end:label
   }