When calling Dotenv.configure().filename(F), there is no check if F is an absolute path, leading to always prepending ./, except of course directory() is called with "" as argument.
I don't believe this to be a bug, but this could be improved with a simple check on the filename argument.
Kind regards,
Simon.
When calling
Dotenv.configure().filename(F), there is no check ifFis an absolute path, leading to always prepending./, except of coursedirectory()is called with "" as argument.I don't believe this to be a bug, but this could be improved with a simple check on the filename argument.
Kind regards,
Simon.