Fix error message (#198)

This commit is contained in:
Jan Šipr
2020-10-27 16:52:23 +01:00
committed by GitHub
parent 113a516c63
commit 631167bc55

View File

@@ -145,7 +145,7 @@ resolver.resolve_width = function(val)
end end
end end
error('invalid configuration option for height:' .. tostring(val)) error('invalid configuration option for width:' .. tostring(val))
end end
--- Win option always returns a table with preview, results, and prompt. --- Win option always returns a table with preview, results, and prompt.