]> gitweb.factorcode.org Git - factor.git/commitdiff
zealot: fix for moving require-all
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 23:54:50 +0000 (15:54 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 23:54:50 +0000 (15:54 -0800)
extra/zealot/help-lint/help-lint.factor

index 9f4260236d38ed08351381106f8df0a30dad3ad4..03885c79770f2a64435f3b6674679bdb271b676e 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2019 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: assocs command-line help.lint io kernel namespaces
-prettyprint sequences system vocabs.loader ;
+prettyprint sequences system vocabs vocabs.loader ;
 IN: zealot.help-lint
 
 ! FIXME: help-lint sometimes lists monitors and event-streams as leaked.