help.lint.checks: don't throw strings
parent
e1f9f30f61
commit
55ead133f8
|
@ -143,7 +143,7 @@ SYMBOL: vocab-articles
|
||||||
swap '[
|
swap '[
|
||||||
_ elements [
|
_ elements [
|
||||||
rest { { } { "" } } member?
|
rest { { } { "" } } member?
|
||||||
[ "Empty description" throw ] when
|
[ "Empty $description" simple-lint-error ] when
|
||||||
] each
|
] each
|
||||||
] each ;
|
] each ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue