about summary refs log tree commit diff stats
path: root/edit/011-errors.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit/011-errors.mu')
-rw-r--r--edit/011-errors.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit/011-errors.mu b/edit/011-errors.mu
index 6498d9a5..31ad561d 100644
--- a/edit/011-errors.mu
+++ b/edit/011-errors.mu
@@ -1,7 +1,7 @@
 ## handling malformed programs
 
 container programming-environment-data [
-  recipe-errors:address:array:character
+  recipe-errors:text
 ]
 
 # copy code from recipe editor, persist, load into mu, save any errors
@@ -74,7 +74,7 @@ before <render-components-end> [
 ]
 
 container sandbox-data [
-  errors:address:array:character
+  errors:text
 ]
 
 def! update-sandbox sandbox:address:sandbox-data, env:address:programming-environment-data, idx:number -> sandbox:address:sandbox-data, env:address:programming-environment-data [