diff --git a/basis/debugger/debugger.factor b/basis/debugger/debugger.factor index c08deddb39..154c7b7a40 100755 --- a/basis/debugger/debugger.factor +++ b/basis/debugger/debugger.factor @@ -351,7 +351,7 @@ M: bad-escape error. M: bad-literal-tuple summary drop "Bad literal tuple" ; -M: check-mixin-class summary drop "Not a mixin class" ; +M: check-mixin-class-error summary drop "Not a mixin class" ; M: not-found-in-roots summary path>> "Cannot resolve vocab: " prepend ;