diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-11-15 16:40:48 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-11-15 16:40:48 -0800 |
commit | 1437d8417a4ab70646bafa41f64214f4c931300f (patch) | |
tree | 5879d3fb802fa084943dc20c020498eb7f521b2d /html/edit/011-errors.mu.html | |
parent | a0f7723236dd8fb81953c976c07d58c35f346d75 (diff) | |
download | mu-1437d8417a4ab70646bafa41f64214f4c931300f.tar.gz |
4122
Diffstat (limited to 'html/edit/011-errors.mu.html')
-rw-r--r-- | html/edit/011-errors.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 790ec76c..136fc31f 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -148,7 +148,7 @@ if ('onhashchange' in window) { <span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> <span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully? <span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> error-index-text:text <span class="Special"><-</span> to-text error-index -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> status:text <span class="Special"><-</span> <a href='../061text.mu.html#L512'>interpolate</a> <span class="Constant">[errors found (_) ]</span>, error-index-text +<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> status:text <span class="Special"><-</span> <a href='../061text.mu.html#L520'>interpolate</a> <span class="Constant">[errors found (_) ]</span>, error-index-text <span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>, status, <span class="Constant">1/red</span> <span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">}</span> <span id="L91" class="LineNr"> 91 </span>] |