From f0c55e6b97edf8971ce4adad3ee53cbfa406b7ef Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Dec 2017 20:38:53 -0800 Subject: 4165 --- html/edit/010-sandbox-trace.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/edit/010-sandbox-trace.mu.html') diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index 10435b66..a37ec663 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -146,7 +146,7 @@ if ('onhashchange' in window) { 83 ¦ [lesson/recipes.mu] <- [ 84 ¦ ¦ |recipe foo [| 85 ¦ ¦ | stash [abc]| - 86 ¦ ¦ | reply 4| + 86 ¦ ¦ | reply 4| 87 ¦ ¦ |]| 88 ¦ ] 89 ] @@ -268,7 +268,7 @@ if ('onhashchange' in window) { 205 ¦ *sandbox <- put *sandbox, display-trace?:offset, x 206 ¦ screen <- render-sandbox-side screen, env, render 207 ¦ screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env -208 ¦ loop +next-event +208 ¦ loop +next-event 209 } 210 ] 211 @@ -288,7 +288,7 @@ if ('onhashchange' in window) { 225 ¦ found?:bool <- lesser-than click-row, next-start 226 ¦ break-if found? 227 ¦ sandbox <- copy next-sandbox -228 ¦ loop +228 ¦ loop 229 } 230 # return sandbox if click is in its code region 231 code-ending-row:num <- get *sandbox, code-ending-row-on-screen:offset @@ -298,9 +298,9 @@ if ('onhashchange' in window) { 235 click-on-sandbox-code?:bool <- and click-above-response?, click-below-menu? 236 { 237 ¦ break-if click-on-sandbox-code? -238 ¦ return 0/no-click-in-sandbox-output +238 ¦ return 0/no-click-in-sandbox-output 239 } -240 return sandbox +240 return sandbox 241 ] 242 243 # when rendering a sandbox, dump its trace before response/warning if display-trace? property is set -- cgit 1.4.1-2-gfad0