From 0bc6fbd396f35e8dfd5cf5f5827b4ba665c3fcdf Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 29 May 2017 11:52:19 -0700 Subject: 3896 --- html/035lookup.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/035lookup.cc.html b/html/035lookup.cc.html index 3573ab12..0ca35f04 100644 --- a/html/035lookup.cc.html +++ b/html/035lookup.cc.html @@ -139,7 +139,7 @@ if ('onhashchange' in window) { 74 1:address:num <- copy 0 75 2:num <- copy 1:address:num/lookup 76 ] - 77 +error: tried to /lookup 0 in '2:num <- copy 1:address:num/lookup' + 77 +error: main: tried to /lookup 0 in '2:num <- copy 1:address:num/lookup' 78 79 :(code) 80 void canonize(reagent& x) { @@ -173,7 +173,7 @@ if ('onhashchange' in window) { 108 } 109 else if (check_for_null) { 110 ¦ if (Current_routine) -111 ¦ ¦ raise << "tried to /lookup 0 in '" << to_original_string(current_instruction()) << "'\n" << end(); +111 ¦ ¦ raise << maybe(current_recipe_name()) << "tried to /lookup 0 in '" << to_original_string(current_instruction()) << "'\n" << end(); 112 ¦ else 113 ¦ ¦ raise << "tried to /lookup 0\n" << end(); 114 } -- cgit 1.4.1-2-gfad0