Skip to content
Snippets Groups Projects
Commit 73feaafc authored by stuebinm's avatar stuebinm
Browse files

better lint message

parent 74ba22be
No related branches found
No related tags found
No related merge requests found
......@@ -706,7 +706,7 @@ unwrapURI sym p@(Property name _) f g = unwrapString p $ \link -> do
DomainDoesNotExist domain -> "The domain " <> domain <> " does not exist; \
\please make sure it is spelled correctly."
SchemaDoesNotExist schema ->
"the URI schema " <> schema <> ":// does not exist."
"the URI schema " <> schema <> ":// cannot be used."
WrongScope schema allowed ->
"the URI schema " <> schema <> ":// cannot be used in property \
\\"" <> name <> "\"; allowed "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment