debugger: fix error summary for not-found-in-roots.

db4
John Benediktsson 2012-06-01 16:00:59 -07:00
parent b4018e9296
commit 1b1940b217
1 changed files with 2 additions and 1 deletions

View File

@ -353,7 +353,8 @@ M: bad-literal-tuple summary drop "Bad literal tuple" ;
M: check-mixin-class summary drop "Not a mixin class" ;
M: not-found-in-roots summary drop "Cannot resolve vocab: path" ;
M: not-found-in-roots summary
path>> "Cannot resolve vocab: " prepend ;
M: wrong-values summary drop "Quotation's stack effect does not match call site" ;