Shopify / shadowenv

reversible directory-local environment variable manipulations
https://shopify.github.io/shadowenv/
MIT License
396 stars 18 forks source link

Fix the remove from pathlist type methods #37

Closed lugray closed 5 years ago

lugray commented 5 years ago

For removing "removing" from pathlist.

Start Current Result Desired Result
nil "" nil
"" "" ""
"removing:" "" ""
"removing" "" nil