lib/modules: fix typo
This commit is contained in:
+1
-1
@@ -1167,7 +1167,7 @@ let
|
||||
if isDefined then
|
||||
if type.merge ? v2 then
|
||||
# check and merge share the same closure
|
||||
# .headError is either non-present null or an error describing string
|
||||
# .headError is either not-present, null, or a string describing the error
|
||||
if checkedAndMerged.headError or null != null then
|
||||
throw "A definition for option `${showOption loc}' is not of type `${type.description}'. TypeError: ${checkedAndMerged.headError.message}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user