Skip to content

src: fix empty string access in dotenv

The value string added in (https://github.com/nodejs/node/pull/51289) can sometimes be empty. We check for it before accessing it.

Merge request reports

Loading