Mehgugs/lacord

os.getenv"LACORD_DEBUG" can false positive

Closed this issue · 1 comments

os.getenv"LACORD_DEBUG" will trigger false positives. A simple util function to parse env variables and filter out things like off, false, 0 would improve that.

Closed by 161a3a6