better exception handling for "No"
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
(var namesPath (joinPath libPath "name-database"))
|
(var namesPath (joinPath libPath "name-database"))
|
||||||
|
|
||||||
(var :Map<String,Bool> notNames (for notName [
|
(var :Map<String,Bool> notNames (for notName [
|
||||||
"he" // This is in the name database.
|
"no"
|
||||||
|
"he"
|
||||||
"she"
|
"she"
|
||||||
] =>notName true))
|
] =>notName true))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user