From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- html/edit/011-errors.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/edit/011-errors.mu.html') diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 136fc31f..8519462b 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -70,7 +70,7 @@ if ('onhashchange' in window) { 7 # copy code from recipe editor, persist to disk, load, save any errors 8 def! update-recipes env:&:environment, resources:&:resources, screen:&:screen -> errors-found?:bool, env:&:environment, resources:&:resources, screen:&:screen [ 9 local-scope - 10 load-ingredients + 10 load-inputs 11 recipes:&:editor <- get *env, recipes:offset 12 in:text <- editor-contents recipes 13 resources <- dump resources, [lesson/recipes.mu], in @@ -104,7 +104,7 @@ if ('onhashchange' in window) { 41 42 def render-recipe-errors env:&:environment, screen:&:screen -> screen:&:screen [ 43 local-scope - 44 load-ingredients + 44 load-inputs 45 recipe-errors:text <- get *env, recipe-errors:offset 46 return-unless recipe-errors 47 recipes:&:editor <- get *env, recipes:offset @@ -159,7 +159,7 @@ if ('onhashchange' in window) { 96 97 def! update-sandbox sandbox:&:sandbox, env:&:environment, idx:num -> sandbox:&:sandbox, env:&:environment [ 98 local-scope - 99 load-ingredients + 99 load-inputs 100 data:text <- get *sandbox, data:offset 101 response:text, errors:text, fake-screen:&:screen, trace:text, completed?:bool <- run-sandboxed data 102 *sandbox <- put *sandbox, response:offset, response -- cgit 1.4.1-2-gfad0