Closed leotaku closed 4 years ago
It seems to me like the "(unless (null " and "(unless (not " regexps were accidentally switched around here, as they do not match their associated messages. This PR fixes said problem.
"(unless (null "
"(unless (not "
Nice, thanks. :)
It seems to me like the
"(unless (null "
and"(unless (not "
regexps were accidentally switched around here, as they do not match their associated messages. This PR fixes said problem.