Closed MichaelChirico closed 9 hours ago
osVersion can be NULL (?osVersion). That would break usage of this function in if() checks. This isTRUE() wrapper is the easiest workaround.
osVersion
NULL
?osVersion
if()
isTRUE()
Thank you! @MichaelChirico
osVersion
can beNULL
(?osVersion
). That would break usage of this function inif()
checks. ThisisTRUE()
wrapper is the easiest workaround.