unjs / rc9

Read/Write config couldn't be easier!
Other
269 stars 5 forks source link

fix: TypeError on empty value in config file #120

Closed thezzisu closed 3 months ago

thezzisu commented 4 months ago

๐Ÿ”— Linked issue

This PR fixes #119

โ“ Type of change

๐Ÿ“š Description

Changed match[2] to (match[2] || "") to avoid undefined Resolves #119

๐Ÿ“ Checklist

pi0 commented 3 months ago

Thanks for PR. It is landed via earlier PR #86