pietvanzoen / deno-dotenv

Deprecated. Use std/dotenv instead.
https://deno.land/std/dotenv/
MIT License
148 stars 9 forks source link

Underscore is parsed as whitespace #49

Closed DreamTexX closed 3 years ago

DreamTexX commented 3 years ago

As the title says, when I put an underscore in the value, it will get parsed as whitespace:

#./.env
KEY=SOME_VALUE
// ... config({})
console.log(Deno.env.get("KEY")) // => "SOME VALUE"
DreamTexX commented 3 years ago

Nvm, terminal was not showing it