From afec68db247e65652dbf6c8a4f8af7c50a2f6316 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 16 Jul 2009 21:38:54 -0500 Subject: [PATCH] help.lint.checks: don't throw strings --- basis/help/lint/checks/checks.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/lint/checks/checks.factor b/basis/help/lint/checks/checks.factor index f8a4e6c15d..56f104a1a1 100644 --- a/basis/help/lint/checks/checks.factor +++ b/basis/help/lint/checks/checks.factor @@ -143,7 +143,7 @@ SYMBOL: vocab-articles swap '[ _ elements [ rest { { } { "" } } member? - [ "Empty description" throw ] when + [ "Empty $description" simple-lint-error ] when ] each ] each ;